vault mcp tools for Cursor
io.github.afable702/vault-mcp-tools
Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.
client:Cursor
transport:stdio
runtime:npm
Install vault mcp tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vault-mcp-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vault-mcp-tools"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<OBSIDIAN_VAULT_PATH>",
"OBSIDIAN_REST_TOKEN": "<OBSIDIAN_REST_TOKEN>",
"OBSIDIAN_REST_PORT": "<OBSIDIAN_REST_PORT>",
"OBSIDIAN_TRANSPORT": "<OBSIDIAN_TRANSPORT>",
"OBSIDIAN_HTTP_PORT": "<OBSIDIAN_HTTP_PORT>",
"OBSIDIAN_HTTP_AUTH_TOKEN": "<OBSIDIAN_HTTP_AUTH_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs