Zotero-MCP-Server
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
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.