π 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.
Basic information
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.
More Data & Analytics MCP servers
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Comments