zotero-mcp
This project enables interaction with Zotero libraries using the Model Context Protocol, providing functionalities such as item searching and metadata retrieval. It is designed for integration with AI assistants to seamlessly access and utilize Zotero data.
What is the Model Context Protocol server for Zotero?
It is a Python server that integrates the Model Context Protocol with Zotero, allowing users to access and manage their Zotero library through AI assistants.
How can I access the full text of Zotero items?
You can use the zotero_item_fulltext
tool to retrieve the full text of specific Zotero items, such as PDF contents.
What are the requirements for using the local Zotero API?
You need to enable the local API in Zotero settings and have the Zotero app running on the same computer.
Can I use the Zotero Web API without an API key?
No, you need to create an API key and find your Library ID in your Zotero account settings to use the Web API.
Is it possible to run the MCP server in a Docker container?
Yes, you can run the MCP server in a Docker container by configuring it with your API key and library ID.