arxic-mcp
A Model Context Protocol (MCP) server that provides AI assistants with a seamless, programmatic interface to search and read academic papers from the open-access arXiv repository.
README
arXiv MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with a seamless, programmatic interface to search and read academic papers from the open-access arXiv repository.
This project is AI-Optimized, meaning the returned data is carefully formatted to remain within context windows and provide exactly what large language models need for efficient, hallucination-free research.
Documentation
- API Documentation Focus: Detailed breakdown of the arXiv API tools, parameters, and rate limit protections.
- Client Configurations: Additional examples for running this server on different AI Clients.
- Agent Skill Pack: An official
agentskills.iocompliant instruction profile to teach AI assistants the most efficient way to chain thesearxiv_*MCP tools.
Features & Tools
arxiv_search: Fast discovery tool. Pass a search string (like"quantum gravity") and get a lightweight list of IDs, Titles, and Authors.arxiv_search_trending_papers: Retrieves the newest papers for a specific category without keywords.arxiv_search_related_papers: Semantic discovery tool to find papers related to a specificpaper_id.arxiv_get_paper_details: In-depth reading tool. Pass a paper ID to retrieve the full abstract, categories, and author metadata neatly formatted in Markdown.arxiv_get_paper_summary: Provides an AI-ready prompt wrapper to generate a rapid summary of the thesis, methodology, and limitations of a paper.arxiv_get_paper_citations: Generates a perfectly formatted citation in BibTeX, APA, or MLA format for any paper.arxiv_download_paper: Direct integration tool. Pass a paper ID and a local system path to have the MCP server automatically download the full PDF to your machine.
Installation
This server is written in TypeScript and runs via node.
- Clone this repository (or install via your preferred package manager).
- Install dependencies:
npm install - Build the TypeScript project:
npm run build
Usage
This server communicates over standard input/output (stdio). You can integrate it natively via Node or run it completely isolated using Docker.
Native Node.js
Use the following command configuration in your MCP client:
node /path/to/arxic-mcp/build/index.js
Docker
We provide a lightweight Alpine-based container. First, build the image:
docker build -t arxic-mcp .
Then, run your MCP client using this command configuration:
docker run -i --rm -v /home/user/Downloads:/home/user/Downloads arxic-mcp
(Note: Passing -v ensures the download_pdf tool has permission to save files to your local host machine!)
Client Configurations
You can add this server to any MCP-compatible client.
Important: Replace
/absolute/path/to/with the actual path on your system.
Option 1: Docker (Recommended)
This method ensures the arxiv_download_paper tool has permission to save PDFs to your machine via the -v volume mount. Because Docker handles permissions differently across operating systems, please use the correct configuration for your machine:
Linux / macOS
If you use Mac or Linux, you must pass your User ID -u 1000:1000 (or 501:20 for some Macs) so the downloaded PDF isn't locked as a root file.
{
"mcpServers": {
"arxic-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-u",
"1000:1000",
"-v",
"/Users/yourname/Downloads:/Users/yourname/Downloads",
"arxic-mcp"
]
}
}
}
Windows (WSL2 / Docker Desktop)
Windows Docker Desktop generally handles file mount translations automatically. You can safely omit the User ID flag, but be sure to use the proper /c/Users/... or WSL absolute path format.
{
"mcpServers": {
"arxic-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/c/Users/yourname/Downloads:/c/Users/yourname/Downloads",
"arxic-mcp"
]
}
}
}
Option 2: Native Node.js
If you prefer running natively without Docker:
{
"mcpServers": {
"arxic-mcp": {
"command": "node",
"args": [
"/absolute/path/to/arxic-mcp/build/index.js"
]
}
}
}
Pro-Tip: Running natively enables the
arxiv_download_papertool to save PDFs to any folder on your actual system (like~/Downloads), removing the need to configure complex volume mounts!
IDE Specific Instructions
- Antigravity: Add the JSON block above to your local
.gemini/configuration file. - Claude Desktop: Add to
~/Library/Application Support/Claude/claude_desktop_config.json(Mac) or%APPDATA%\Claude\claude_desktop_config.json(Windows). - Cursor: Navigate to Settings > Features > MCP Servers. Add a new command server using the raw commands above (e.g.,
node /path/to/index.js). - Claude Code (CLI): Run
claude mcp add arxic-mcp -- node /absolute/path/to/arxic-mcp/build/index.js - Windsurf: Add to
~/.codeium/windsurf/mcp_config.json - Zed: Add to
settings.jsonunder"experimental.mcp"
Attribution
Thank you to arXiv for use of its open access interoperability. This project acknowledges and respects the hard work of the arXiv team and the scientific community they support.
License
Made with ❤️ by Traves Theberge
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。