Stratosphere MCP Zotero
Enables natural language interaction with Zotero libraries, allowing users to search, retrieve, and update papers and metadata via AI assistants like Claude and Gemini.
README
Stratosphere MCP Zotero
Connect your Zotero library to an AI assistant. Ask questions, find papers, save sources, fix metadata — in plain language.
Works with Claude, Gemini CLI, OpenAI Codex, and any other MCP client.
What you can ask
You ask in plain language. The assistant picks the right tool. You stay in your normal chat.
Find a paper
"Find papers about deception in the Deception Research group." "Do I have anything by Kahneman in my ML collection?" "Do I already have this DOI?" "Find the paper with BibTeX key smith2023."
The assistant searches your library and returns a short list with title, authors, year, and DOI.
Search several libraries at once
"Do I have anything about bananas in Exotic Research or my personal library?"
You get one answer with results from both.
Browse by tag or collection
"Show me everything tagged 'to-read'." "What's in my Reading Queue collection?" "List all papers tagged 'important' in the Deception Research group."
The assistant lists the items. Tags must match exactly.
Look up one item
"Show me the full details for item ABCD1234." "Where is the PDF for this paper on my disk?"
You get normalised metadata, or a local PDF path you can open in your editor.
Count your library
"How many papers do I have in my personal Zotero?" "How big is the Deception Research group library?"
You get a number. By default it counts top-level items only, not PDFs and notes.
Save and update
"Save this paper to my Reading Queue collection." "Fix the DOI on item ABCD1234 and add the tag 'to-read'."
The assistant adds or updates the item and shows you what changed. Only the fields you mention are touched — nothing else is overwritten.
A few things to know
- Group libraries: All tools accept a
libraryargument —"personal", a group name like"Deception Research", or a numeric group ID. Group names are fuzzy-matched. - Collections by name: Pass a collection name and the tool resolves it. If two collections have similar names, the tool asks you to pick.
- Save/update format: Separate authors with
;and tags with,.creators="Ada Lovelace; Grace Hopper" creators="author: Turing, Alan; editor: Knuth, Donald" tags="reading-queue, llm, bibliography" - Pagination: Tools that list items (
find_library_sources,find_by_tag) cap at 100 results per call. Use theoffsetargument to page through larger sets —total_resultsin the response tells you when to stop. - BibTeX keys: Looking up a paper by its citation key requires the Better BibTeX Zotero plugin, which writes the key into the item's
extrafield.
Prerequisites
Zotero API key:
- Go to your Zotero account settings → API Keys
- Create a key with the library permissions you need (personal and/or group access)
- Copy it into your
.envfile
The server automatically resolves your user ID and all accessible group libraries from the API key — no manual library IDs required.
Quick start (Docker)
# Build
docker compose build
# Configure
cp .env.example .env
# Fill in ZOTERO_API_KEY, then lock down the file:
chmod 600 .env
Register with your AI assistant:
<details> <summary><strong>Claude</strong></summary>
Claude Desktop — edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"zotero": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"--env-file", "/absolute/path/to/.env",
"zotero-mcp:latest",
"serve"
]
}
}
}
Use the full path to your .env file. Claude Desktop launches Docker from an unknown working directory, so relative paths won't work.
Claude Code:
claude mcp add --transport stdio zotero -- \
docker run --rm -i \
--env-file /absolute/path/to/.env \
zotero-mcp:latest serve
</details>
<details> <summary><strong>Gemini CLI</strong></summary>
Edit ~/.gemini/settings.json (or .gemini/settings.json in your project root):
{
"mcpServers": {
"zotero": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"--env-file", "/absolute/path/to/.env",
"zotero-mcp:latest",
"serve"
]
}
}
}
</details>
<details> <summary><strong>OpenAI Codex</strong></summary>
Edit ~/.codex/config.toml (or .codex/config.toml in your project root):
[[mcp_servers]]
name = "zotero"
command = "docker"
args = [
"run", "--rm", "-i",
"--env-file", "/absolute/path/to/.env",
"zotero-mcp:latest",
"serve"
]
</details>
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。