Connect Claude Code and other AI tools to your Obsidian notes using Model Context Protocol (MCP)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"obsidian-claude-code": {
"command": "npx",
"args": [
"-y",
"iansinnott/obsidian-claude-code-mcp"
]
}
}
}
Run in terminal:
claude mcp add obsidian-claude-code npx -y iansinnott/obsidian-claude-code-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-claude-code": {
"command": "npx",
"args": [
"-y",
"iansinnott/obsidian-claude-code-mcp"
]
}
}
}