# arxiv-mcp-server MCP server

Search arXiv, fetch paper metadata, and read full-text content. STDIO & Streamable HTTP.

## 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 v0.1.19
- 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 v0.1.19
- 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 as HTML. Tries arxiv.org/html first; falls back to ar5iv.labs.arxiv.org when the native render is unavailable. PDF-only papers (no HTML render on either source) return an html_unavailable error with the pdf_url for direct download. Page through long papers with the start and max_characters parameters. 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. Endpoint: https://arxiv.caseyjhand.com/mcp

## Resources
- arxiv://categories - arXiv Categories Full arXiv category taxonomy. Returns grouped category list as JSON. MIME type: application/json

## Prompts
Not captured

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