Research Papers Server
БесплатноНе проверенEnables LLMs to search and retrieve academic papers from arXiv by topic, author, category, or ID.
Описание
Enables LLMs to search and retrieve academic papers from arXiv by topic, author, category, or ID.
README
This project is a Model Context Protocol (MCP) server written in Python that acts as an intelligent interface to academic paper repositories, particularly the arXiv API. It allows Large Language Models (LLMs) like Claude to search for and retrieve academic papers.
Features
This server exposes a suite of tools to the LLM, enabling it to:
search_papers: Perform a general topic search for papers from sources like arXiv.find_papers_by_author: Find recent papers by a specific author from sources like arXiv.get_latest_from_category: Browse the newest submissions in a given arXiv category (e.g.,cs.LG).get_paper_by_id: Get full details for a single paper by its arXiv ID.get_papers_by_ids: Efficiently get details for a list of papers by their arXiv IDs.
Requirements
- Python 3.10+
- uv (for environment and package management)
- An MCP Host like Claude for Desktop
Setup and Installation
Installing via Smithery
To install this research papers MCP server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @candenizkocak/research-papers-mcp-server --client claude
Manual Installation
Clone the repository:
git clone https://github.com/candenizkocak/research-papers-mcp-server.git research-papers-mcp-server cd research-papers-mcp-serverCreate a virtual environment and install dependencies:
uv venv source .venv/bin/activate # On Windows, use .venv\Scripts\activate uv sync(Note:
uv syncwill install dependencies from thepyproject.tomlfile).
Usage with Claude for Desktop
Find the absolute path to your
research-papers-mcp-serverdirectory.Open your Claude for Desktop configuration file (
claude_desktop_config.json):- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
Add the server configuration, replacing the placeholder with your absolute path:
{ "mcpServers": { "research-papers": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/research-papers-mcp-server", "run", "arxiv_server.py" ] } } }Completely restart Claude for Desktop.
Example Prompts
- General Search: "Find papers about 'mixture of experts models'."
- Author Search: "What are the most recent papers by Geoffrey Hinton?"
- Category Search: "What's new in the cs.LG category on arXiv?"
- Single ID Lookup: "Tell me about arXiv paper 1706.03762."
- Multiple ID Lookup: "Give me details for papers 2307.09288 and 2203.02155."
Acknowledgements
Thank you to arXiv for use of its open access interoperability.
Compliance Notes
Developers and users of this project are responsible for familiarizing themselves with the official arXiv API Terms of Use, API Basics, and API User Manual to ensure full compliance with arXiv's policies, including any rate limits or usage restrictions.
Установка Research Papers Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/candenizkocak/research-papers-mcp-serverFAQ
Research Papers Server MCP бесплатный?
Да, Research Papers Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Research Papers Server?
Нет, Research Papers Server работает без API-ключей и переменных окружения.
Research Papers Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Research Papers Server в Claude Desktop, Claude Code или Cursor?
Открой Research Papers Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Research Papers Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
