📚 arXiv MCP Server
@Tejas242
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.
概要
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.