sjvandy/obsidian-mcp
A local MCP server that gives Claude Desktop full read/write access to your Obsidian vault — no cloud, no plugins, no nonsense. It talks directly to .md files on disk over stdio.
Platform-specific configuration:
{
"mcpServers": {
"obsidian-mcp": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...