A Model Context Protocol server that connects AI models with Obsidian knowledge bases, enabling direct access and manipulation of notes, folders, and advanced content operations through MCP integration.
List notes in the Obsidian vault with optional folder filtering.
Read the content of a specific note in the Obsidian vault.
Read content from multiple notes simultaneously for batch processing.
Create a new note in the Obsidian vault with full content.
Delete a note from the Obsidian vault.
Advanced search across all file types with filename and content matching.
Move or rename notes to new locations (supports all file types including PDFs).
Complete folder CRUD operations (create/rename/move/delete).
Update content using text replacements or precision insertion with heading and block-level targeting.
Intelligently scan entire vault for note name mentions and convert text references to wikilink format.
Generate strategic insights using TRILEMMA-PRINCIPLES framework with AI-driven content summarization and relevance ranking.
{
"mcpServers": {
"obsidian-mcp": {
"command": "npx",
"args": [
"@huangyihe/obsidian-mcp"
],
"env": {
"OBSIDIAN_VAULT_PATH": "/path/to/your/vault",
"OBSIDIAN_API_TOKEN": "your_api_token",
"OBSIDIAN_API_PORT": "27123"
}
}
}
}