π arXiv MCP Server
@Tejas242
About π arXiv MCP Server
A streamlined Model Context Protocol server that connects AI assistants to arXiv's vast collection of academic papers. Search, analyze, and download research papers directly from your AI workflow.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"arxiv-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π arXiv MCP Server?
A Model Context Protocol (MCP) server that connects AI assistants to the arXiv repository of academic papers, enabling search, analysis, and download of research papers directly from AI workflows.
How to use π arXiv MCP Server?
Install via Docker (recommended) or local setup using Python 3.12+ and uv. Configure the server in your MCP client (e.g., Claude Desktop or VS Code MCP extension) using the provided JSON configs. Invoke MCP functions such as search_papers, get_paper_details, build_advanced_query, and get_arxiv_categories.
Key features of π arXiv MCP Server
- Search arXiv papers with flexible query syntax
- Retrieve complete metadata for any arXiv paper
- Build complex queries with multiple fields
- List all available arXiv subject categories
- Docker support for easy deployment
Use cases of π arXiv MCP Server
- Find and retrieve papers on specific topics (e.g., "transformer architecture")
- Get detailed metadata for a known arXiv paper
- Explore related work via category or author searches
- Construct advanced queries combining title, author, category, and abstract
FAQ from π arXiv MCP Server
How do I search by author?
Use search_papers('au:"Author Name"') instead of the limited search_by_author function.
Why does PDF download fail?
The download_paper_pdf function has a redirect handling issue. PDFs can be accessed directly via the links provided in search results.
What are the prerequisites?
Python 3.12+ and the uv package manager are required for local installation.
How do I get a list of all arXiv categories?
Call get_arxiv_categories() to retrieve the complete list of subject categories and descriptions.
The server is not detected by my MCP client. What should I do?
Verify absolute paths in the MCP config, test the server runs with uv run main.py, and restart the client after configuration changes.
Frequently asked questions
How do I search by author?
Use `search_papers('au:"Author Name"')` instead of the limited `search_by_author` function.
Why does PDF download fail?
The `download_paper_pdf` function has a redirect handling issue. PDFs can be accessed directly via the links provided in search results.
What are the prerequisites?
Python 3.12+ and the [uv](https://docs.astral.sh/uv/) package manager are required for local installation.
How do I get a list of all arXiv categories?
Call `get_arxiv_categories()` to retrieve the complete list of subject categories and descriptions.
The server is not detected by my MCP client. What should I do?
Verify absolute paths in the MCP config, test the server runs with `uv run main.py`, and restart the client after configuration changes.
Basic information
More Data & Analytics MCP servers
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
Salesforce MCP Server
tsmztechSalesforce MCP Server
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad managementβall th
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Comments