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
- Clone the repository
- Install dependencies:
deno cache --reload src/main.ts
Running the Server
Development mode with file watching:
deno task dev
Build executable:
deno task compile
Integration 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 Intelligencecs.LG: Machine Learningcs.CL: Computation and Languagecs.CV: Computer Visioncs.NE: Neural and Evolutionary Computingcs.RO: Roboticsastro-ph: Astrophysicsphysics: Physicsmath: Mathematicsq-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.
Recommend MCP Servers 💡
mcp-deepwiki
An unofficial MCP server designed to fetch and convert content from deepwiki.com into Markdown, providing knowledge for AI code editors like Cursor.
@arizeai/phoenix-mcp
Phoenix is an open-source AI observability platform for experimentation, evaluation, and troubleshooting of LLM applications. Its MCP server provides a unified interface to Phoenix's capabilities, enabling tracing, evaluation, and prompt management.
rill
The Rill Model Context Protocol (MCP) server exposes Rill's most essential APIs to LLMs, designed primarily for data analysts to consume Rill metrics views for accurate and consistent analytics.
horizondatawave/hdw-mcp-server
MCP server providing access to LinkedIn data and user account management via HorizonDataWave API
mcp-kibela
MCP server implementation that enables AI assistants to search and reference Kibela content
wikijs
An MCP (Model Context Protocol) server for WikiJS that allows AI models to interact with wiki content.
