71
/ 100
5 days ago
glama

zotero-mcp-plus

Connects your Zotero research library with AI assistants (Claude, ChatGPT, etc.) via the Model Context Protocol, enabling paper review, summaries, annotations, and semantic search both locally and through the web API.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: OPENAI_API_KEY, GEMINI_API_KEY, GOOGLE_API_KEY, ZOTERO_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretOPENAI_API_KEYYour OpenAI API key (for OpenAI embeddings)
configOPENAI_BASE_URLCustom OpenAI endpoint URL (optional, for use with compatible APIs)
🔐 secretGEMINI_API_KEYYou must provide (or set it during zotero-mcp setup) before running semantic search or update-db.
🔐 secretGOOGLE_API_KEY
configGEMINI_BASE_URLCustom Gemini endpoint URL (optional, for use with compatible APIs)
configZOTERO_EMBEDDING_MODELEmbedding model to use (default, openai, gemini)
configOPENAI_EMBEDDING_MODELOpenAI model name (text-embedding-3-small, text-embedding-3-large)
configGEMINI_EMBEDDING_MODELGemini model name (gemini-embedding-001, etc.)
configZOTERO_NO_CLAUDE
configZOTERO_LIBRARY_IDYour Zotero library ID (for web API)
configZOTERO_LIBRARY_TYPEThe type of library (user or group, default: user)
🔐 secretZOTERO_API_KEYYour Zotero API key (for web API)
configZOTERO_LOCAL"": "true"
configZOTERO_PDF_MAXPAGESMax pages to extract per PDF during fulltext extraction (optional)
configVIRTUAL_ENV
configXDG_CONFIG_HOME
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/yuchenxin-zju-zotero-mcp-plus-pr5f5b)](https://m8ven.ai/mcp/yuchenxin-zju-zotero-mcp-plus-pr5f5b)
commit: ad9f6bbfe37b1a4edd968417cd94540326e21161
code hash: 623381d83119b011b38f6e48aa882c8aee6fe702f9c78a6cadd4bc09ede0bc3b
verified: 6/24/2026, 10:12:47 AM
view raw JSON →