Loading...
npm install -g{
"mcpServers": {
"zotero": {
"command": "mcp-zotero",
"env": {
"ZOTERO_API_KEY": YOUR_API_KEY,
"ZOTERO_USER_ID": YOUR_USER_ID
}
}
}
}get_collectionsLists all collections in your Zotero library.
Read-only operation; no modifications are made.
get_collection_itemsRetrieves items within a specified collection.
Read-only operation; no modifications are made.
get_item_detailsGets detailed information about a specific item in the library.
Read-only operation; no modifications are made.
search_librarySearches the entire Zotero library for items matching the query.
Read-only operation; no modifications are made.
get_recentRetrieves recently added papers from the library.
Read-only operation; no modifications are made.
This server allows Claude to interact with a Zotero library. It's relatively safe for read-only operations. Risks increase with write operations, as unintended modifications are possible if Claude is misconfigured or the API key is compromised.