Best for
- Researchers who want AI-assisted arXiv literature discovery
- Users who need local paper storage and full-text or semantic search
- Research workflows able to review external paper content and manage local storage
This Apache-2.0 MCP server, published from the stated GitHub repository at version 0.6.1, is designed for arXiv paper retrieval and research assistance. It is not maintained by arXiv or the MCP protocol owner. Treat retrieved paper text as untrusted input and review AI-generated conclusions before taking action.
ArXiv MCP Server connects AI assistants to the arXiv research repository. It supports paper search, full-text download and reading, local paper listing, LaTeX source access, semantic search over local papers, citation graphs, and research alerts.
Install with uv tool install arxiv-mcp-server and launch over stdio with uvx arxiv-mcp-server. Claude Desktop users can also use the published .mcpb bundle; Python 3.11+ is still required. For PDF fallback support for older papers, install arxiv-mcp-server[pdf]. The server can be configured for Streamable HTTP with TRANSPORT=http, HOST, and PORT.
{"mcpServers":{"arxiv-mcp-server":{"command":"uvx","args":["arxiv-mcp-server"]}}}