Search your Zotero library, retrieve item metadata, and read full text from AI assistants.
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 · pypi · 0.3.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.kujenga/zotero-mcp",
"description": "Search your Zotero library, retrieve item metadata, and read full text from AI assistants.",
"title": "Zotero MCP",
"repository": {
"url": "https://github.com/kujenga/zotero-mcp",
"source": "github"
},
"version": "0.3.1",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "zotero-mcp",
"version": "0.3.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Use the local API from the Zotero desktop app instead of the Web API. Requires Zotero to be running with 'Allow other applications on this computer to communicate with Zotero' enabled under Settings > Advanced.",
"format": "boolean",
"default": "false",
"name": "ZOTERO_LOCAL"
},
{
"description": "Zotero Web API key from https://www.zotero.org/settings/keys. Not required when ZOTERO_LOCAL is true.",
"format": "string",
"isSecret": true,
"name": "ZOTERO_API_KEY"
},
{
"description": "Zotero library ID (your user ID for user libraries). Not required when ZOTERO_LOCAL is true.",
"format": "string",
"name": "ZOTERO_LIBRARY_ID"
},
{
"description": "Whether ZOTERO_LIBRARY_ID refers to a user or group library.",
"format": "string",
"default": "user",
"choices": [
"user",
"group"
],
"name": "ZOTERO_LIBRARY_TYPE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-07T03:38:58.417955Z",
"publishedAt": "2026-08-07T03:38:58.417955Z",
"updatedAt": "2026-08-07T03:38:58.417955Z",
"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.3.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.