Back to MCP Servers
Zotero
A connector for LLMs to work with collections and sources on your Zotero Cloud
knowledge-memoryllm
By kaliaboi
Installation
npx -y mcp-zoteroConfiguration
{
"mcpServers": {
"mcp-zotero": {
"command": "npx",
"args": ["-y", "mcp-zotero"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes