Skip to content
Cursor

DocsAgent — Zotero MCP Server for Cursor

io.github.docsagent/docsagent

Give AI agents instant, private access to your personal knowledge base. First source: Zotero.

client:Cursor transport:stdio runtime:npm

Install DocsAgent — Zotero MCP Server 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": {
    "docsagent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@docsagent/mcp-zotero"
      ],
      "env": {
        "DOCSAGENT_CONFIG": "<DOCSAGENT_CONFIG>"
      }
    }
  }
}

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

DocsAgent — Zotero MCP Server in other clients