zotero-mcp-server
The Zotero MCP Server allows users to programmatically access and manage their Zotero library. It provides features like paper searching, note management, and paper summaries, and can be integrated with various MCP clients.
What is the purpose of the Zotero MCP Server?
The Zotero MCP Server allows MCP clients to interact with a local Zotero repository, enabling operations like searching papers, managing notes, and more.
Can I use the Zotero MCP Server without API keys?
Yes, you can bypass the API by using direct SQLite database access, which provides full control over your Zotero data.
What should I do if I encounter an error with the '--directory' argument?
If you encounter an error with the '--directory' argument, use the alternative configuration provided and ensure all dependencies are installed and the virtual environment is activated.
Is it necessary to close Zotero when using direct SQLite access?
Yes, you need to close Zotero completely before using direct SQLite access because SQLite locks the database when Zotero is running.
What operations can I perform with the Zotero MCP Server?
You can search papers by tags, get paper details and attached notes, add notes to papers, and request paper summaries.