{
    "$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.7.0",
    "websiteUrl": "https://stevenyuyy.com/zotero-mcp/",
    "packages": [
        {
            "registryType": "pypi",
            "registryBaseUrl": "https://pypi.org",
            "identifier": "zotero-mcp-server",
            "version": "0.7.0",
            "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"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-08-02T14:44:55.602652Z",
            "publishedAt": "2026-08-02T14:44:55.602652Z",
            "updatedAt": "2026-08-02T14:44:55.602652Z",
            "isLatest": true
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-08-02T14:44:55+00:00",
            "updatedAt": "2026-08-02T14:44:55+00:00"
        }
    }
}