vault mcp tools for Cline
io.github.afable702/vault-mcp-tools
Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.
client:Cline
transport:stdio
runtime:npm
Install vault mcp tools in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"vault-mcp-tools": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs