zotero-mcp
Verified Safeby cookjohn
Overview
Seamlessly integrates AI assistants with Zotero for enhanced research assistance, literature reviews, and citation management by enabling AI to interact with the local Zotero library.
Installation
No command providedSecurity Notes
The server component runs as an integrated Zotero plugin, enhancing its security posture by operating within Zotero's sandbox. By default, it is configured to listen only on 127.0.0.1 (localhost), preventing external access unless explicitly allowed by the user. No direct `eval()` calls or hardcoded secrets are evident in the provided source code. API keys for external embedding services are stored securely within Zotero's preferences rather than being hardcoded or exposed as environment variables on the server side. Potential risks include vulnerabilities in Zotero's internal APIs (outside this project's scope) or in the client-side `mcp-remote` dependency (which is a client-side tool, not the server itself).
Similar Servers
zoekt-mcp
Provides code search and content fetching capabilities using Zoekt, designed for integration with AI assistants and LLMs.
arXiv-mcp
Provides a Model Context Protocol (MCP) server for searching and retrieving arXiv academic papers for LLMs.
arxiv-mcp-server
The server enables researchers to search for academic papers on arXiv, analyze citations and trends, and export data in multiple formats, with a stated aim for AI-assisted discovery and processing.
Crawleo-MCP
Provides AI assistants with real-time web search and crawling capabilities via the Model Context Protocol (MCP).