# arxiv-mcp-server MCP server

Search arXiv, fetch paper metadata, and read full-text content.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-cyanheads-arxiv-mcp-server
- Repository: https://github.com/cyanheads/arxiv-mcp-server

## Install
- Command: `npx -y @cyanheads/arxiv-mcp-server`
- Endpoint: https://arxiv.caseyjhand.com/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @cyanheads/arxiv-mcp-server v1.5.0
- Environment variable: ARXIV_API_BASE_URL (default https://export.arxiv.org/api)
- Environment variable: ARXIV_REQUEST_DELAY_MS (default 3000)
- Environment variable: ARXIV_CONTENT_TIMEOUT_MS (default 30000)
- Environment variable: ARXIV_API_TIMEOUT_MS (default 15000)
- Environment variable: MCP_LOG_LEVEL (default info)
- Package: Npm @cyanheads/arxiv-mcp-server v1.5.0
- Environment variable: ARXIV_API_BASE_URL (default https://export.arxiv.org/api)
- Environment variable: ARXIV_REQUEST_DELAY_MS (default 3000)
- Environment variable: ARXIV_CONTENT_TIMEOUT_MS (default 30000)
- Environment variable: ARXIV_API_TIMEOUT_MS (default 15000)
- Environment variable: MCP_HTTP_HOST (default 127.0.0.1)
- Environment variable: MCP_HTTP_PORT (default 3010)
- Environment variable: MCP_HTTP_ENDPOINT_PATH (default /mcp)
- Environment variable: MCP_AUTH_MODE (default none)
- Environment variable: MCP_LOG_LEVEL (default info)
- Remote endpoint: https://arxiv.caseyjhand.com/mcp

## Tools
- arxiv_search (Arxiv Search) - Search arXiv papers by query with category and sort filters. Returns paper metadata including title, authors, abstract, categories, and links. Endpoint: https://arxiv.caseyjhand.com/mcp
- arxiv_get_metadata (Arxiv Get Metadata) - Get full metadata for one or more arXiv papers by ID. Use when you have known IDs from citations, prior search results, or memory. Endpoint: https://arxiv.caseyjhand.com/mcp
- arxiv_read_paper (Arxiv Read Paper) - Fetch the full text of an arXiv paper. Tries arxiv.org/html first, falls back to ar5iv.labs.arxiv.org, and falls back again to text extracted from the PDF when neither has an HTML render — check the source field to know which one answered. Page through long papers with start and max_characters, or pass max_characters null to get the entire body in one call. Endpoint: https://arxiv.caseyjhand.com/mcp
- arxiv_list_categories (Arxiv List Categories) - List arXiv category codes and names. Useful for discovering valid category filters for arxiv_search. Lists subject classes only; arxiv_search also accepts a bare archive code (the part before the dot, e.g. "astro-ph" or "cs") to search a whole archive at once. Endpoint: https://arxiv.caseyjhand.com/mcp

## Resources
- arxiv://categories - arXiv Categories Full arXiv category taxonomy. Returns JSON `{ categories: [...] }` — one flat array of every category, each carrying its code, name, and group. MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: io.github.cyanheads
- Version: 1.5.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 27, 2026
- Source: https://registry.modelcontextprotocol.io
