Zotero-MCP-Server

Zotero-MCP-Server

3.4

Prototype for a Zotero MCP Server, enabling search and retrieval of Zotero notes using Pyzotero API client.

The Zotero MCP Server is a prototype designed to facilitate the search and retrieval of notes and items from a Zotero library. It leverages the Pyzotero API client to interact with Zotero, allowing users to query their library and retrieve full content of specific items. The server is integrated with the 5ire MCP client, providing a chat interface for seamless interaction. Users can search their Zotero library using queries and retrieve items by their keys, making it a powerful tool for managing and accessing research materials efficiently.

Features

  • Search Zotero library via query
  • Retrieve items using Zotero item key
  • Integration with 5ire MCP client for chat interface
  • Utilizes Pyzotero API client for Zotero interactions
  • Customizable system prompt for research assistance

Usage with Different Platforms

5ire


{
    "name": "Zotero-MCP-Server",
    "key": "ZoteroMCPServer",
    "description": "A simple MCP server which allows querying PDFs and Notes from Zotero.",
    "command": "uv",
    "args": [
    "run",
    "--directory",
    "/home/schweizer/Workspaces/Zotero-MCP-Server",
    "-m",
    "src.zotero_mcp_server.zotero_mcp_server"
    ],
    "isActive": false
}