Zotero MCP for Zed
io.github.kujenga/zotero-mcp
Search your Zotero library, retrieve item metadata, and read full text from AI assistants.
client:Zed
transport:stdio
runtime:pypi
Install Zotero MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"zotero-mcp": {
"command": "uvx",
"args": [
"zotero-mcp"
],
"env": {
"ZOTERO_LOCAL": "<ZOTERO_LOCAL>",
"ZOTERO_API_KEY": "<ZOTERO_API_KEY>",
"ZOTERO_LIBRARY_ID": "<ZOTERO_LIBRARY_ID>",
"ZOTERO_LIBRARY_TYPE": "<ZOTERO_LIBRARY_TYPE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs