mcpbeat Sign in

Arxiv MCP Server

answering

Arxiv MCP Server is answering right now. Last checked 13 min ago. 596 installs a week from npm. It exposes 4 tools. Last commit 14 Sep 2026.

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

Installs per day peak 259 · avg 73 · +215% w/w
a month agotoday
Uptime history 47 days of history · worst day 0%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
378 ms
Response time
average over 24h
596
Installs / week
npm and PyPI

What changed 6

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 22 August 2026. No other catalogue keeps this.

13 Sep a tool changed version
22 Aug 4 tools changed the parameters they ask for arxiv_get_metadata, arxiv_list_categories, arxiv_read_paper and 1 more
22 Aug a tool changed version

What the code does

We read the source, 20 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const rangeMatch = DATE_RANGE_PATTERN.exec(input.slice(i));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 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"
    }
  }
}

This one needs environment variables set before it will start: ARXIV_API_BASE_URL (arXiv API base URL.), ARXIV_REQUEST_DELAY_MS (Minimum delay between arXiv API requests (ms).), ARXIV_CONTENT_TIMEOUT_MS (Timeout for paper body fetches — HTML renders and PDF downloads (ms).), ARXIV_API_TIMEOUT_MS (Timeout for API search/metadata requests (ms).), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

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 397 ms 13 min ago

Alternatives to Arxiv MCP Server

same job, measured the same way
Project Gutenberg MCP
by bobbyhouse

Read Project Gutenberg books via MCP. Search, fetch metadata, and retrieve text in passages.

local only
Arxiv MCP Server
by blazickjp

Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.

8 482 installs/wk local only
Reddit MCP Server
by jordanburke

Reddit MCP server with full read/write - posts, comments, search, and content creation.

478 installs/wk local only
C
Raconteur AI Gateway
by getbotlens

MCP gateway for raconteur.com: articles, search and full text. Read-only, no auth.

6 tools answering
Zotero MCP
by kujenga

Search your Zotero library, retrieve item metadata, and read full text from AI assistants.

1 193 installs/wk local only
Statfin MCP
by 3121n

Statistics Finland (StatFin/PxWeb): search tables, read metadata, fetch JSON-stat2 data.

43 installs/wk local only
Search Papers
by saidiibrahim

An MCP server to search papers from arXiv

24 installs/wk local only
Groupdocs Metadata MCP
by groupdocs-metadata

MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.

local only

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 91 of 91 checks got a reply (100.0%), average response time 378 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 378 ms on average, which is faster than 40% 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 596 times in the last week. Week over week that is +215%. 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, 6 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.