Loading MCP server directory, please wait...
Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.
npx @getmcp/cli add io.github.afable702/vault-mcp-toolsRequires Node.js 18+. Community-contributed server. Review source before installing.
OBSIDIAN_VAULT_PATHAbsolute path to the Obsidian vault root directory
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.afable702/vault-mcp-tools": {
"command": "npx",
"args": [
"-y",
"vault-mcp-tools"
],
"env": {
"OBSIDIAN_VAULT_PATH": "",
"OBSIDIAN_REST_TOKEN": "",
"OBSIDIAN_REST_PORT": "",
"OBSIDIAN_TRANSPORT": "",
"OBSIDIAN_HTTP_PORT": "",
"OBSIDIAN_HTTP_AUTH_TOKEN": ""
}
}
}
}