Search arXiv, fetch paper metadata, and read full-text content. STDIO & Streamable HTTP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Arxiv MCP Server.
arxiv_searchSearch arXiv papers by query with category and sort filters.
arxiv_get_metadataGet full metadata for one or more arXiv papers by ID.
arxiv_read_paperFetch the full text content of an arXiv paper from its HTML rendering, or from the PDF when no render exists.
arxiv_list_categoriesList arXiv category taxonomy, optionally filtered by group.
Search arXiv, fetch paper metadata, and read full-text content via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://arxiv.caseyjhand.com/mcp
Four tools for searching and reading arXiv papers:
| Tool Name | Description |
|---|---|
arxiv_search | Search arXiv papers by query with category and sort filters. |
arxiv_get_metadata | Get full metadata for one or more arXiv papers by ID. |
arxiv_read_paper | Fetch the full text content of an arXiv paper from its HTML rendering, or from the PDF when no render exists. |
arxiv_list_categories | List arXiv category taxonomy, optionally filtered by group. |
arxiv_searchSearch for papers using free-text queries with field prefixes and boolean operators.
ti: (title), au: (author), abs: (abstract), cat: (category), all: (all fields)AND, OR, ANDNOTcs.CL) or a whole archive (astro-ph, cs, math) β a bare archive covers its subject classes plus the legacy flat papers filed before it was subdividedsubmitted_from / submitted_to bound the submission date (inclusive, UTC YYYY-MM-DD). Consecutive windows cover the matches with no gap β a paper submitted exactly at a midnight seam falls in both, so de-duplicate by ID β which is how to reach results past the 10,000 pagination ceilingarxiv_get_metadataFetch full metadata for one or more papers by known arXiv ID.
2401.12345v2) and unversioned (2401.12345) IDshep-th/9901001)arxiv_read_paperRead the full body of an arXiv paper.
source field reports which one answered$β¦$ inline, $$β¦$$ block) so the character budget targets paper contentmax_characters defaults to 100,000; pass null for the whole paper in one call. Raw HTML can be 500KB-3MB+ for math-heavy papers, which is more than most clients accept in a single tool result β page with start insteadarxiv_list_categoriesList arXiv category codes and names for discovery.
| URI Pattern | Description |
|---|---|
arxiv://paper/{paperId} | Paper metadata by arXiv ID. Percent-encode a legacy ID's slash β arxiv://paper/hep-th%2F9901001. |
arxiv://categories | Full arXiv category taxonomy. |
Built on @cyanheads/mcp-ts-core:
none, jwt, oauth)arXiv-specific:
Retry-Afterarxiv_search and arxiv_get_metadata. See Optional: Local Mirror.A public instance is available at https://arxiv.caseyjhand.com/mcp β no installation required. Point any MCP client at it via Streamable HTTP:
Add to your MCP client config (e.g., claude_desktop_config.json):
All configuration is optional β the server works out of the box with sensible defaults.
| Variable | Description | Default |
|---|---|---|
ARXIV_API_BASE_URL | arXiv API base URL. | https://export.arxiv.org/api |
ARXIV_REQUEST_DELAY_MS | Minimum delay between arXiv API requests (ms). | 3000 |
ARXIV_CONTENT_TIMEOUT_MS | Timeout for paper body fetches β HTML renders and PDF downloads (ms). | 30000 |
ARXIV_API_TIMEOUT_MS | Timeout for API search/metadata requests (ms). | 15000 |
ARXIV_MIRROR_ENABLED | Enable local OAI-PMH metadata mirror for search and metadata. | false |
ARXIV_MIRROR_PATH | SQLite path for the mirror. | ./data/arxiv-mirror.db |
ARXIV_MIRROR_REFRESH_CRON | UTC cron expression for in-process daily refresh (HTTP mode only). | unset |
ARXIV_MIRROR_FALLBACK_LIVE | Fall through to live API on local ID-lookup miss. | true |
ARXIV_MIRROR_RECENT_DAYS_LIVE | Route sortBy=submitted descending queries within this window to the live API. | 2 |
ARXIV_MIRROR_OAI_BASE_URL | arXiv OAI-PMH endpoint base URL. | https://oaipmh.arxiv.org/oai |
ARXIV_MIRROR_OAI_REQUEST_DELAY_MS | Minimum delay between OAI-PMH requests (ms). | 3000 |
ARXIV_MIRROR_REFRESH_TIMEOUT_MS | Abort budget for one scheduled refresh subprocess (ms). | 7200000 |
MCP_TRANSPORT_TYPE | Transport: stdio or http. | stdio |
MCP_HTTP_PORT | Port for HTTP server. | 3010 |
MCP_AUTH_MODE | Auth mode: none, jwt, or oauth. | none |
MCP_LOG_LEVEL | Log level (RFC 5424). | info |
Build and run:
Run checks and tests:
For self-hosted deployments behind a single egress IP, arXiv's ~3-second per-IP crawl delay serializes concurrent users. An optional local mirror eliminates rate-limit exposure for arxiv_search and arxiv_get_metadata by serving from a SQLite + FTS5 store harvested via OAI-PMH. arxiv_read_paper continues to use the live API β full-content harvest is forbidden by arXiv's data policy.
Disabled by default. To enable:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/arxiv-mcp-server)<a href="https://allmcps.com/mcp/arxiv-mcp-server"><img src="https://allmcps.com/api/badge/arxiv-mcp-server?style=directory" alt="Arxiv MCP Server on AllMCPs" /></a>