Best for
- Researchers and AI agents that need to access academic literature.
- Scientific computing environments that require efficient literature retrieval.
- Developers wanting to integrate ArXiv searches into their workflows.
This server is a reliable, feature-rich MCP interface for ArXiv queries from CLIO Kit. It offers essential search and retrieval operations that integrate well into scientific workflows. However, it is not an official ArXiv server, and tools for bulk operations come with rate-limit considerations.
This server is part of the CLIO Kit collection, enabling AI agents to search and retrieve academic papers from ArXiv through standardized tools. It supports searching by category, topic, author, title, abstract, and date range, and offers functionality to retrieve paper details, find similar papers, export citations to BibTeX, and download PDFs—including batch downloads. It also includes a prompt for a guided literature search workflow and a resource listing common subject categories. Suited for scientific computing and research environments that require up-to-date research information.
uv tool install 'clio-kit==2.4.3'.clio-kit mcp-servers.clio-kit mcp-server arxiv or configure it in an MCP client as a stdio server with command clio-kit and args ["mcp-server","arxiv"].{
"mcpServers": {
"arxiv-mcp": {
"command": "clio-kit",
"args": ["mcp-server", "arxiv"]
}
}
}