Zotero Agent
БесплатноНе проверенEnables research paper search and download, Zotero library management, and knowledge base export through natural language.
Описание
Enables research paper search and download, Zotero library management, and knowledge base export through natural language.
README
An MCP server that allows an LLM to research online papers, manage your Zotero library, and export knowledge bases.
Installation
Install Dependencies:
pip install -r requirements.txt(Or use
uv syncif using uv)Configuration:
- Copy
.env.exampleto.env:cp .env.example .env - Fill in your keys in
.env(Zotero API Key, LLM Key, Tavily Key). - Proxy: If you are in a restricted network environment (e.g. using v2rayN), ensure
HTTP_PROXYandHTTPS_PROXYare set in.env.
- Copy
Usage with Chatbox / Claude Desktop
To use this MCP server, you need to configure your client to run the server script.
Command
The server runs via standard input/output (stdio).
Command: python
Arguments: [absolute/path/to/main.py]
Example configuration for Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"zotero-agent": {
"command": "python",
"args": [
"D:/Yan2file/zotero-mcp/main.py"
],
"env": {
"PYTHONPATH": "D:/Yan2file/zotero-mcp"
}
}
}
}
> [!IMPORTANT]
> **Windows Users**: If you encounter errors like `[Errno 2] No such file or directory` where the path looks mashed together:
> 1. Use **forward slashes** (`/`) in your paths.
> 2. Point to `main.py` in the root folder, NOT `src/server.py`.
> Example: `D:/Yan2file/zotero-mcp/main.py`
*Note: You might need to use the full path to your python executable if it's in a virtual environment (e.g. `D:/Yan2file/zotero-mcp/.venv/Scripts/python.exe`).*
## Available Tools
- `search_online_papers(query, download=True)`: Search and download PDFs.
- `read_local_paper(file_path)`: Read the text content of a downloaded PDF.
- `read_zotero_item(item_key)`: Read the content of a Zotero item by its Key (e.g. `ABCD1234`).
- `search_local_library(query)`: Search your Zotero library.
- `export_knowledge_base(output_path)`: Export Zotero items to Markdown.
## Example Prompts
- "Search for the latest papers on LLM Agents and download two of them."
- "Download the paper 'Attention is All You Need' and summarize its key contributions."
Установка Zotero Agent
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/744649181/zotero-mcpFAQ
Zotero Agent MCP бесплатный?
Да, Zotero Agent MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Zotero Agent?
Нет, Zotero Agent работает без API-ключей и переменных окружения.
Zotero Agent — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Zotero Agent в Claude Desktop, Claude Code или Cursor?
Открой Zotero Agent на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Zotero Agent with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
