Arxiv MCP Server (cyanheads)

@cyanheads/arxiv-mcp-server Search arXiv, fetch paper metadata, and read full-text content via MCP. STDIO or Streamable HTTP. Its README documents 4 tools, including arxiv_search, arxiv_get_metadata, arxiv_read_paper.

People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 4 · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Arxiv MCP Server (cyanheads)

before you install - you'll need

Set ARXIV_MIRROR_ENABLED before connecting.

Claude Code

claude mcp add cyanheads-arxiv-mcp-server --transport http https://arxiv.caseyjhand.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cyanheads-arxiv-mcp-server": {
      "url": "https://arxiv.caseyjhand.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://arxiv.caseyjhand.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to arxiv.caseyjhand.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

npm package @cyanheads/arxiv-mcp-server - published under the repo owner's npm scope (@cyanheads)

registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner

03 · What Arxiv MCP Server (cyanheads) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search arXiv papers by query with category and sort filters, get full metadata for one or more arXiv papers by ID, fetch the full text content of an arXiv paper from its HTML rendering, or from the PDF when no render exists, and list arXiv category taxonomy, optionally filtered by group.

The 4 tools it gives your agent

Extracted from the project's README - what arxiv-mcp-server lets an agent do.

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.

Latest releases

v1.5.1 · 2026-08-22

SDK v2 transport and strict tool contracts · HTTP clients can negotiate 2026-07-28; undeclared top-level tool arguments now reject. · arxiv://categories advertises a public 24-hour cache hint. · MCPB bundling, Docker…

v1.5.0 · 2026-07-27

category prefix parity between live and mirror; mirror schema v3 · inside query now expands through the category taxonomy on the · live path the same way it always has on the mirror, instead of · matching nothing (#36)…

v1.4.0 · 2026-07-27

PDF-text fallback for arxiv_read_paper, whole-paper reads, resilient ar5iv chain · arxiv_read_paper's error contract replaces html_unavailable with content_unavailable (no render, no PDF) and pdf_extraction_failed (PDF…

04 · Who maintains Arxiv MCP Server (cyanheads)

arxiv-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 124 actively maintained, 1,730 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.

  1. mcp-ts-core Agent-native TypeScript framework for building MCP servers with declarative definitions. ★ 148
  2. obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 668
  3. git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 235
  4. pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 137
  5. clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 90
  6. mcp-ts-template TypeScript template for building MCP servers with declarative tooling, observability, and auth. ★ 148

05 · Facts

category
science & health - actively maintained as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-22)
registry
io.github.cyanheads/arxiv-mcp-server (active, first published 2026-03-30 · 35 versions)
packages
npm:@cyanheads/arxiv-mcp-server · npm:@cyanheads/arxiv-mcp-server

06 · Arxiv MCP Server (cyanheads) FAQ

Is Arxiv MCP Server (cyanheads) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Arxiv MCP Server (cyanheads) do?

With this server connected, an agent can search arXiv papers by query with category and sort filters, get full metadata for one or more arXiv papers by ID, fetch the full text content of an arXiv paper from its HTML rendering, or from the PDF when no render exists, and list arXiv category taxonomy, optionally filtered by group.

How do I install Arxiv MCP Server (cyanheads)?

Run `npx -y @cyanheads/arxiv-mcp-server`. The README documents one environment variable (ARXIV_MIRROR_ENABLED) to set first. Set ARXIV_MIRROR_ENABLED before connecting. You can also paste the ready-made client config above.

Does Arxiv MCP Server (cyanheads) require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Arxiv MCP Server (cyanheads)