zotero-mcp-server
0
The Zotero MCP Server is designed to integrate with Zotero libraries, allowing AI applications to access and manipulate Zotero data. It supports features like searching for items, retrieving citations, and adding new entries both in personal and group libraries.
Zotero MCP Server
A Model Context Protocol (MCP) server that integrates with Zotero, allowing AI applications to access and manipulate Zotero libraries.
Features
- Search for items in Zotero libraries
- Get citations and bibliographies
- Add new items to Zotero libraries
- Access collections and items
- Support for both personal and group libraries
Usage
The Zotero MCP server can be integrated with AI applications that support the Model Context Protocol. Resources and tools such as search_items
and get_citation
are available for interaction with Zotero libraries. The server starts and listens for JSON-RPC requests, and can be tested using the provided simple_test.py
script.