Python wrapper for the Zotero API
Most developer tooling work still happens through a UI a human drives. Pyzotero MCP server moves it into the conversation instead. Python wrapper for the Zotero API.
uv add pyzotero or pip install pyzotero or conda install conda-forge::pyzotero 2. You'll need the ID of the personal or group library you want to access: - Your personal library ID is available here, in the section Your userID for use in API calls - For group libraries, the ID can be found by opening the group's page: https://www.zotero.org/groups/groupname, and hovering over the group settings link. The ID is the integer after /groups/ 3. You'll also need† to get an API key [here][2] 4. Are you accessing your own ZoteroThe server publishes 10 tools. What each one is for:
search — Search the local Zotero library by query, item type, collection, tag, or full-text contentget_item — Get a single Zotero item by its keyget_children — Get child items (attachments, notes) of a Zotero itemlist_collections — List all collections in the librarylist_tags — List all tags, optionally filtered by collectionget_fulltext — Get full-text content of a PDF or other attachmentfind_related — Find semantically similar papers using SPECTER2 embeddingsget_citations — Find papers that cite a given paperget_references — Find papers referenced by a given papersearch_semantic_scholar — Search across Semantic Scholar's paper indexThe server ships on PyPI as pyzotero, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Pyzotero's toolset — search, get_item, get_children and 7 more — is a fair guide to whether it matches your workflow. It is maintained by Stephan Hügel; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search | Search the local Zotero library by query, item type, collection, tag, or full-text content |
| get_item | Get a single Zotero item by its key |
| get_children | Get child items (attachments, notes) of a Zotero item |
| list_collections | List all collections in the library |
| list_tags | List all tags, optionally filtered by collection |
| get_fulltext | Get full-text content of a PDF or other attachment |
| find_related | Find semantically similar papers using SPECTER2 embeddings |
| get_citations | Find papers that cite a given paper |
| get_references | Find papers referenced by a given paper |
| search_semantic_scholar | Search across Semantic Scholar's paper index |
{
"mcpServers": {
"zotero": {
"command": "pyzotero-mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.