Obsidian MCP server
Read and search your Obsidian vault. Connects an assistant to your Obsidian notes so it can search, read, and reference your knowledge base while it works.
Category
ProductivityMaintained by
CommunityProtocol
Model Context ProtocolSource
MarkusPfundstein/mcp-obsidian
ProductivityMaintained by
CommunityProtocol
Model Context ProtocolSource
MarkusPfundstein/mcp-obsidian
Installing Obsidian
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add obsidian -- npx -y mcp-obsidian
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": [
"-y",
"mcp-obsidian"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
What it does
Connects an assistant to your Obsidian notes so it can search, read, and reference your knowledge base while it works.
Like any MCP server, Obsidian plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.