← Back to Plugins
MCP Server MCP

Obsidian Vault MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx zotero-obsidian-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "zotero-obsidian-mcp",
      "version": "3.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "isRequired": true,
          "value": "serve",
          "type": "positional"
        },
        {
          "isRequired": true,
          "value": "stdio",
          "type": "named",
          "name": "--transport"
        }
      ],
      "environmentVariables": [
        {
          "description": "Absolute path to the Obsidian vault, or auto when the client project is inside it.",
          "isRequired": true,
          "format": "filepath",
          "name": "OBSIDIAN_VAULT_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...