zotero bridge for Cursor
io.github.combjellyshen/zotero-bridge
MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.
client:Cursor
transport:stdio
runtime:npm
Install zotero bridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zotero-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zotero-bridge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs