arxiv-search-mcp
An MCP server that provides tools to search and fetch papers from arXiv.org.
Documentation

arXiv Search MCP Server
An MCP server that provides tools to search and fetch papers from arXiv.org.
Features
- Search papers by category
- Get latest papers sorted by submission date
- Formatted output with title, authors, summary, and link
Development
Prerequisites
- Deno installed on your system
- MCP compatible environment
Setup
1. Clone the repository
2. Install dependencies:
deno cache --reload src/main.tsRunning the Server
Development mode with file watching:
deno task devBuild executable:
deno task compileIntegration with Claude Desktop
Add the following configuration to your `claude_desktop_config.json`:
{
"mcpServers": {
"arxiv-search-mcp": {
"command": "/path/to/dir/arxiv-search-mcp/bin/arxiv-search-mcp"
}
}
}Replace `/path/to/dir` with the actual path to your compiled binary.
Usage
Example usage screenshot:

The server provides a tool named `search_arxiv` that accepts the following parameters:
{
"category": string, // arXiv category (e.g., cs.AI, cs.LG, astro-ph)
"max_results": number // Number of papers to fetch (1-100, default: 5)
}Example
Request:
{
"category": "cs.AI",
"max_results": 5
}This will return the 5 most recent papers from the Artificial Intelligence category.
Available Categories
Some popular arXiv categories:
- `cs.AI`: Artificial Intelligence
- `cs.LG`: Machine Learning
- `cs.CL`: Computation and Language
- `cs.CV`: Computer Vision
- `cs.NE`: Neural and Evolutionary Computing
- `cs.RO`: Robotics
- `astro-ph`: Astrophysics
- `physics`: Physics
- `math`: Mathematics
- `q-bio`: Quantitative Biology
For a complete list of categories, visit arXiv taxonomy.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Frequently asked questions
What is arxiv-search-mcp?
arxiv-search-mcp is An MCP server that provides tools to search and fetch papers from arXiv.org.
How do I install arxiv-search-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is arxiv-search-mcp open source?
Yes — it is hosted on GitHub at https://github.com/danimal141/arxiv-search-mcp and has 4 stars.
Related MCP tools
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker TypeScript-based implementation. Trusted by 1400+ developers.
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Ag...
🤖 A visualization mcp contains 25+ visual charts using @antvis. Using for chart generation and data analysis. TypeScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP