Loading MCP server directory, please wait...
Add papers and books to Zotero by DOI, arXiv ID, or ISBN and manage your library
npx @getmcp/cli add io.github.RaulSimpetru/zotero-library-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ZOTERO_LIBRARY_IDYour Zotero user or group library ID
ZOTERO_API_KEYZotero API key with read/write permissions
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.RaulSimpetru/zotero-library-mcp": {
"command": "uvx",
"args": [
"zotero-library-mcp"
],
"env": {
"ZOTERO_LIBRARY_ID": "",
"ZOTERO_API_KEY": "",
"ZOTERO_WEBDAV_URL": "",
"ZOTERO_WEBDAV_USER": "",
"ZOTERO_WEBDAV_PASSWORD": ""
}
}
}
}