Search, read, annotate, and add to your Zotero research library, local or web.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
zotero-mcp-server · pypi · 0.9.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.54yyyu/zotero-mcp",
"description": "Search, read, annotate, and add to your Zotero research library, local or web.",
"title": "Zotero MCP",
"repository": {
"url": "https://github.com/54yyyu/zotero-mcp",
"source": "github",
"id": "953089294"
},
"version": "0.9.1",
"websiteUrl": "https://stevenyuyy.com/zotero-mcp/",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "zotero-mcp-server",
"version": "0.9.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "serve",
"type": "positional",
"valueHint": "serve"
}
],
"environmentVariables": [
{
"description": "Read from the local Zotero desktop app instead of the web API. Requires Zotero 7+ with the local API enabled in Settings > Advanced.",
"format": "boolean",
"default": "true",
"name": "ZOTERO_LOCAL"
},
{
"description": "Zotero Web API key from https://www.zotero.org/settings/keys. Only needed when ZOTERO_LOCAL is false, or for write operations in hybrid mode.",
"format": "string",
"isSecret": true,
"name": "ZOTERO_API_KEY"
},
{
"description": "Zotero user or group library ID. Only needed when ZOTERO_LOCAL is false, or for write operations in hybrid mode.",
"format": "string",
"name": "ZOTERO_LIBRARY_ID"
},
{
"description": "Whether ZOTERO_LIBRARY_ID refers to a personal or a group library.",
"format": "string",
"default": "user",
"choices": [
"user",
"group"
],
"name": "ZOTERO_LIBRARY_TYPE"
},
{
"description": "Which optional tool groups to expose, as a comma-separated list. Every tool is sent to the model on each request, so optional capabilities are off by default. Use 'all' for the full surface, 'none' for core only, named groups (scite, duplicates, discovery, feeds, relations, libraries, search-admin, pdf-geometry) to add them, or a leading '-' to subtract.",
"format": "string",
"name": "ZOTERO_MCP_TOOLSETS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-06T00:38:45.116904Z",
"publishedAt": "2026-08-06T00:38:45.116904Z",
"updatedAt": "2026-08-06T00:38:45.116904Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.9.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.