A Model Context Protocol (MCP) server that lets AI assistants search, download and analyse arXiv papers through a small set of tools.
https://github.com/blazickjp/arxiv-mcp-serverStop copying and pasting paper abstracts into chat windows. The ArXiv MCP Server gives your AI assistant direct access to the world's largest repository of research papers—with built-in analysis workflows that actually understand academic content.
You're building with AI, but your assistant goes blind the moment you need current research. You end up in this familiar dance: search arXiv manually, download PDFs, copy-paste abstracts, explain context, then finally get useful analysis. By the time you're done, you've spent more time feeding papers to your AI than actually working with the insights.
This MCP server connects your AI assistant straight to arXiv's 2+ million papers. Your assistant can search, download, and analyze papers independently—no more playing middleman between research and insights.
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": ["tool", "run", "arxiv-mcp-server", "--storage-path", "/your/papers"]
}
}
}
Four tools, infinite research possibilities:
Instant Setup: Install via uv or Smithery—no complex configuration needed.
Smart Caching: Papers download once, live locally forever. Your assistant accesses them instantly on subsequent requests.
Research Prompts: Includes a deep-paper-analysis prompt that guides systematic paper evaluation—from methodology critique to practical implications.
AI-First Design: Built specifically for AI assistant integration, not as a general-purpose API with AI as an afterthought.
Code Review Enhancement: Your assistant pulls relevant papers during architecture discussions. "Show me recent transformer efficiency papers" becomes a one-step operation that returns full analysis, not just links.
Feature Research: Building a new ML pipeline? Your assistant searches related papers, downloads the promising ones, and provides implementation insights based on actual methodologies—all in one conversation thread.
Competitive Analysis: Track emerging techniques by having your assistant monitor specific arXiv categories and analyze new papers against your current approaches.
Technical Writing: Your assistant references and analyzes papers directly while helping draft technical documentation or research proposals.
The included analysis prompt transforms paper IDs into comprehensive research insights:
Your assistant doesn't just find papers—it understands them in context.
This isn't about replacing your research process. It's about removing the friction between "I need to understand this technique" and "I have actionable insights." Your AI assistant becomes a research partner that can independently explore, evaluate, and synthesize academic content while you focus on building.
The 1290+ stars and active community suggest developers are finding real productivity gains. When your assistant can autonomously research and analyze papers, you spend time on decisions and implementation instead of information gathering.
Ready to give your AI assistant a research upgrade? Install via uv and watch your technical conversations get significantly more informed.