← Back to directory
C

CLIO Arxiv MCP Server

Community
Access ArXiv research papers via an MCP server.
GitHub source repository ↗
★ 26 Stars Category · Other Popular Source revision a0bc2ef89393
53FMRS · D

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.

Reliability
8/20
Security and permissions
12/20
Maintenance
12/20
Documentation
10/20
Setup experience
11/20
Read the FMRS scoring method →

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.

Tools

search_arxiv
Search ArXiv for papers by category or topic.
get_recent_papers
Get recent papers from a specific ArXiv category.
search_papers_by_author
Search ArXiv papers by author name.
search_by_title
Search ArXiv papers by title keywords.
search_by_abstract
Search ArXiv papers by abstract keywords.
search_by_subject
Search ArXiv papers by subject classification.
search_date_range
Search ArXiv papers within a specific date range.
get_paper_details
Get detailed information about a specific ArXiv paper by ID.
export_to_bibtex
Export search results to BibTeX format for citation management.
find_similar_papers
Find papers similar to a reference paper based on categories and keywords.
download_paper_pdf
Download the PDF of a paper from ArXiv.
get_pdf_url
Get the direct PDF URL for a paper without downloading.
download_multiple_pdfs
Download multiple PDFs concurrently with rate limiting.

Setup

  1. Install CLIO Kit using uv tool install 'clio-kit==2.4.3'.
  2. Verify the available servers with clio-kit mcp-servers.
  3. Run the arxiv server with 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"].
claude_desktop_config.json
{
  "mcpServers": {
    "arxiv-mcp": {
      "command": "clio-kit",
      "args": ["mcp-server", "arxiv"]
    }
  }
}

Fit and risk

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.

Not for

  • Not for searches that require full-text or non-preprint literature.
  • Not for users needing access to paywalled or non-public databases.
  • Not for bulk downloading without proper authorization, as it may violate ArXiv's terms of service.

Required permissions

  • Requires network access to fetch papers or metadata from ArXiv.
  • Requires local filesystem write access if configured to save PDFs, depending on implementation.

Risks and side effects

  • Batch downloading of PDFs may violate ArXiv's terms of service or be considered abusive scraping. Use the public API and rate limit appropriately.
  • Search results may contain outdated or inaccurate data. Verify with official sources.
  • Network connectivity issues can cause search or download failures.

Troubleshooting

  1. Ensure `clio-kit` is installed correctly and on your PATH. Use `clio-kit mcp-servers` to verify the list of available servers.
  2. If searches return no results, check the search terms or category for validity.
  3. If PDF downloads fail, check network connectivity and ensure the URL format is correct.

Use cases

Search for the latest papers when starting a new research project.
Find papers by a specific author or on a particular topic.
Export search results to BibTeX for citation management.
Obtain PDF copies of papers for offline reading.

Supported clients

Claude DesktopFull support
Claude CodeFull support
CursorFull support
VS CodeFull support