Arxiv MCP MCP Server
Search arXiv academic papers via MCP.
Overview
This MCP server enables seamless integration of arXiv academic paper search capabilities into AI applications and workflows through the Model Context Protocol. Built by the Community in Python, it provides developers and researchers with programmatic access to one of the world's largest preprint repositories, eliminating the need for manual database queries or API complexity. The server acts as a bridge between language models and arXiv's vast collection of peer-reviewed research across physics, mathematics, computer science, and numerous other disciplines, facilitating knowledge discovery and research synthesis at scale.
The server supports comprehensive search functionality across arXiv's extensive catalog, allowing users to query papers by subject area, author, date range, and relevant keywords. It retrieves detailed metadata including abstracts, publication dates, author information, and direct links to full papers, enabling contextual understanding of research topics. The implementation handles pagination efficiently and returns structured data suitable for further processing, making it ideal for integration into research tools, academic writing assistants, and knowledge management systems.
Compatible with any MCP client application, this knowledge-focused server proves invaluable for researchers conducting literature reviews, students exploring academic topics, and AI systems requiring access to peer-reviewed information sources. It enhances applications built on Claude, GPT, and other language models by grounding responses in academic literature. Typical use cases include automated research summarization, trend analysis in specific fields, paper recommendation systems, and augmented research assistance tools that combine AI reasoning with authoritative scientific sources.
Installation
pip install mcp-server-arxiv-mcpCompatible Clients
Related
FAQ
- How do I install the Arxiv MCP MCP server?
- Install via npx or pip depending on the language. Then add the server configuration to your MCP client settings file.
- Which AI clients support the Arxiv MCP MCP server?
- The Arxiv MCP MCP server is compatible with Claude Desktop, Cursor, Windsurf. Any MCP-compatible client should work.