arXiv MCP Server

Normal
GitHub Python Apache-2.0

Description

Model Context Protocol server for searching and analyzing arXiv papers, enabling AI agents to retrieve and deeply analyze academic research

Key Features

  • Paper search with date range and category filters via arXiv API
  • Download and read full paper content (HTML + PDF fallback)
  • Local paper storage for faster repeated access
  • Research prompts for automated paper analysis
  • MCP interface compatible with Claude, Codex, and other AI assistants

Use Cases

💡 AI assistants retrieving latest research papers for literature review
💡 Automated summarization and comparison of academic papers
💡 Building research copilots that analyze arXiv papers on demand
💡 Educational tools that explain complex ML papers to students
💡 Agentic pipelines that chain paper retrieval with data analysis

Quick Start

Install via uvx: `uvx arxiv-mcp-server` or via Smithery: `npx -y @smithery/cli install arxiv-mcp-server --client claude`. For VS Code, use the one-click install badge. Configure in your MCP client and start searching papers.

Related Projects