mcpbeat

Arxiv MCP Server

io.github.cyanheads/arxiv-mcp-server
answering

Arxiv MCP Server is answering right now. Last checked 5 min ago. 1 105 installs a week from npm. It exposes 4 tools. Last commit 27 Jul 2026.

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

Installs per day peak 675 · avg 72 · +111% w/w
a month agotoday
Uptime history 40 hours of history · worst hour 75%
40 hours agonow
97.8%
Uptime 24h
89 of 91 checks
4
Tools
read from the server
382 ms
Response time
average over 24h
1 105
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add arxiv-mcp-server --transport http https://arxiv.caseyjhand.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arxiv-mcp-server": {
      "url": "https://arxiv.caseyjhand.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arxiv-mcp-server]
url = "https://arxiv.caseyjhand.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "arxiv-mcp-server": {
      "url": "https://arxiv.caseyjhand.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arxiv-mcp-server": {
      "url": "https://arxiv.caseyjhand.com/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

arxiv
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.
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.
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.
arxiv_search
Search arXiv papers by query with category and sort filters. Returns paper metadata including title, authors, abstract, categories, and links.

Endpoints

URLTransportStateLatencyChecked
https://arxiv.caseyjhand.com/mcp streamable-http answering 410 ms 5 min ago

Arxiv MCP Server — questions

Answers built from our own checks of this server.

What can Arxiv MCP Server do?
It exposes 4 tools, read directly from the server on our last check. Among them: arxiv_get_metadata, arxiv_list_categories, arxiv_read_paper, arxiv_search. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Arxiv MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 89 of 91 checks got a reply (97.8%), average response time 382 ms. The bar chart above shows every period we have measured.
How do I connect Arxiv MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Arxiv MCP Server need an API key?
No. Arxiv MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Arxiv MCP Server?
It answers our handshake in 382 ms on average, which is faster than 36% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Arxiv MCP Server?
The npm package @cyanheads/arxiv-mcp-server was installed 1 105 times in the last week. Week over week that is +111%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Arxiv MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.