kapyn
MCP serversProductivity 路 MCP server

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
Productivity
Maintained by
Community
Protocol
Model Context Protocol
Source
MarkusPfundstein/mcp-obsidian
View on GitHubBrowse all MCP servers

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.

Related Productivity MCP servers