zotero bridge for VS Code
io.github.combjellyshen/zotero-bridge
MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.
client:VS Code
transport:stdio
runtime:npm
Install zotero bridge in VS Code
.vscode/mcp.json
{
"servers": {
"zotero-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zotero-bridge"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs