Search, read, annotate, and add to your Zotero research library, local or web.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-zotero-mcp-7a2551931df0 ,按照其中的说明把「io.github.54yyyu/zotero-mcp」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.54yyyu/zotero-mcp",
"title": "Zotero MCP",
"description": "Search, read, annotate, and add to your Zotero research library, local or web.",
"version": "0.9.1",
"websiteUrl": "https://stevenyuyy.com/zotero-mcp/",
"repository": {
"url": "https://github.com/54yyyu/zotero-mcp",
"source": "github",
"id": "953089294"
},
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "zotero-mcp-server",
"version": "0.9.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "serve",
"valueHint": "serve"
}
],
"environmentVariables": [
{
"name": "ZOTERO_LOCAL",
"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",
"isRequired": false
},
{
"name": "ZOTERO_API_KEY",
"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,
"isRequired": false
},
{
"name": "ZOTERO_LIBRARY_ID",
"description": "Zotero user or group library ID. Only needed when ZOTERO_LOCAL is false, or for write operations in hybrid mode.",
"format": "string",
"isRequired": false
},
{
"name": "ZOTERO_LIBRARY_TYPE",
"description": "Whether ZOTERO_LIBRARY_ID refers to a personal or a group library.",
"format": "string",
"default": "user",
"choices": ["user", "group"],
"isRequired": false
},
{
"name": "ZOTERO_MCP_TOOLSETS",
"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",
"isRequired": false
}
]
}
]
}