zotero-mcp-plus
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZOTERO_LOCAL | No | Use the local Zotero API (default: false). Set to 'true' for local access. | false |
| GEMINI_API_KEY | No | Your Gemini API key (for Gemini embeddings). Required if using Gemini (default). | |
| OPENAI_API_KEY | No | Your OpenAI API key (for OpenAI embeddings). | |
| ZOTERO_API_KEY | No | Your Zotero API key (for web API). | |
| ZOTERO_DB_PATH | No | Custom zotero.sqlite path (optional). | |
| GEMINI_BASE_URL | No | Custom Gemini endpoint URL (optional, for use with compatible APIs). | |
| OPENAI_BASE_URL | No | Custom OpenAI endpoint URL (optional, for use with compatible APIs). | |
| ZOTERO_LIBRARY_ID | No | Your Zotero library ID (for web API). | |
| ZOTERO_LIBRARY_TYPE | No | The type of library (user or group, default: user). | user |
| ZOTERO_PDF_MAXPAGES | No | Max pages to extract per PDF during fulltext extraction (optional). | |
| GEMINI_EMBEDDING_MODEL | No | Gemini model name (gemini-embedding-001, etc.). | |
| OPENAI_EMBEDDING_MODEL | No | OpenAI model name (text-embedding-3-small, text-embedding-3-large). | |
| ZOTERO_EMBEDDING_MODEL | No | Embedding model to use (default, openai, gemini). Default is gemini in this modified version. | gemini |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YuChenXin-ZJU/zotero-mcp-plus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server