ArXiv Research MCP Server
Full-text search across 2M+ ArXiv papers with category filtering, retrieve paper details including citations and code repos, and get trending papers by category.
Find GitHub code implementations for papers and look up state-of-the-art benchmarks by task or dataset.
Citation analysis with citing papers and references, and semantic search better than keyword search.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ArXiv Research MCP ServerSearch for papers on diffusion models in 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ArXiv Research MCP Server ๐ฌ
The MCP server every data scientist needs. Search 2M+ ArXiv papers, find code implementations, track citations, get SOTA benchmarks โ all from your AI assistant.
Why This Server?
Data scientists spend ~30% of their time searching for papers, checking if code exists, comparing benchmarks. This MCP server brings all of that into your LLM workflow with zero API keys required.
Related MCP server: arXiv Research MCP Server
Tools Available
Tool | What it does |
| Full-text search across 2M+ ArXiv papers with category filtering |
| Complete paper details with citations + code repos enrichment |
| Citation analysis via Semantic Scholar (citing papers, references) |
| Find GitHub repos implementing a paper (Papers with Code) |
| Latest papers in any ArXiv category |
| SOTA benchmark lookup by task or dataset |
| Semantic search via Semantic Scholar (better than keyword search) |
| List all supported ArXiv categories |
Quick Start
Option 1: Connect directly (Streamable HTTP)
Add to your Claude Desktop / MCP client config:
{
"mcpServers": {
"arxiv-research": {
"type": "url",
"url": "http://localhost:8000/mcp"
}
}
}Option 2: Run locally
pip install -r requirements.txt
python arxiv_research_mcp.pyOption 3: Docker
docker build -t arxiv-research-mcp .
docker run -p 8000:8000 arxiv-research-mcpOption 4: Using uv (recommended)
uv run --with "mcp[cli]" --with httpx --with pydantic arxiv_research_mcp.pyExample Queries
Once connected, ask your AI assistant:
"Search ArXiv for papers on LoRA fine-tuning from 2024"
"Get full details for paper 2106.09685 including citations and code"
"Find code implementations for the Mamba architecture paper"
"What are the trending papers in cs.CL this week?"
"Show SOTA benchmarks for object detection"
"Semantic search for papers on retrieval augmented generation"
APIs Used (All Free, No Keys)
API | Rate Limit | Data |
ArXiv API | 1 req/3s | 2M+ papers, full metadata |
Semantic Scholar | ~100 req/5min | Citations, references, TL;DR |
Papers with Code | Fair use | Code repos, benchmarks, tasks |
Deployment
Railway / Render / Fly.io
The server runs on port 8000 with streamable HTTP transport. Deploy the Dockerfile to any container hosting platform. No environment variables or API keys needed.
Permanent self-hosting
docker compose up -dLicense
MIT โ use it, fork it, make it better.
Author
Dr. Swapnil Morande โ Principal AI Architect
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables LLMs to search, analyze, and summarize academic research papers in real-time from arXiv, Semantic Scholar, and PubMed. Provides automatic deduplication, citation analysis, and BibTeX generation across multiple research databases.Last updated68MIT
- Alicense-qualityCmaintenanceEnables natural language search and analysis of arXiv academic papers with AI-powered relevance ranking, full-text extraction, and support for multiple integrations like Claude and LangChain.Last updatedMIT
- AlicenseAqualityAmaintenanceEnables AI assistants to search arXiv papers, retrieve metadata, browse categories, and read paper text.Last updated4MIT
- Alicense-qualityDmaintenanceEnables AI assistants to discover and manage arXiv papers by searching for papers, extracting metadata, and browsing saved collections, all within the conversation.Last updated1MIT
Related MCP Connectors
Search 340M+ academic papers โ citation graphs, semantic similarity, and AI literature reviews.
Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accelโฆ
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smorande/arxiv-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server