@fastmcp-me/mcp-zotero
v1.0.6
Published
[](https://fastmcp.me/MCP/Details/1223/zotero) [](https://fastmcp.me/MCP/Details/1223/zotero) [ npm install -g mcp-zotero mcp-zotero # Or run directly with npx npx mcp-zotero
Integration with Claude Desktop
To use this server with Claude Desktop, add the following to your Claude Desktop configuration:
{
"mcpServers": {
"zotero": {
"command": "mcp-zotero",
"env": {
"ZOTERO_API_KEY": YOUR_API_KEY,
"ZOTERO_USER_ID": YOUR_USER_ID
}
}
}
}Available Tools
get_collections: List all collections in your libraryget_collection_items: Get items in a specific collectionget_item_details: Get detailed information about a papersearch_library: Search your entire libraryget_recent: Get recently added papers
Troubleshooting
If you encounter any issues:
Verify your environment variables are set:
echo $ZOTERO_API_KEY echo $ZOTERO_USER_IDCheck the installation:
npm list -g mcp-zoteroTry reinstalling:
npm uninstall -g mcp-zotero npm install -g mcp-zotero
