Skip to content
Cursor

Obsidian Vault MCP for Cursor

io.github.luffysolution-svg/obsidian-vault-mcp

Local Zotero, MinerU, Obsidian literature workflow with transactional Analysis notes.

client:Cursor transport:stdio runtime:pypi

Install Obsidian Vault MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "obsidian-vault-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zotero-obsidian-mcp"
      ],
      "env": {
        "OBSIDIAN_VAULT_PATH": "<OBSIDIAN_VAULT_PATH>"
      }
    }
  }
}

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

Obsidian Vault MCP in other clients