Skip to content
Cursor

Obsidian MCP for Cursor

io.github.seynurmammad0v/obsidian-mcp

Turns Obsidian vaults into AI-queryable knowledge graphs with 12 tools

client:Cursor transport:stdio runtime:npm

Install Obsidian MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "obsidian-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@smammadov/obsidian-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Obsidian MCP in other clients