Mmcp.market

Arxiv MCP server

by blazickjp·io.github.blazickjp/arxiv-mcp-server·v0.7.2

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

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Established

3.2k stars

Reviews

Write one

Nobody has reviewed Arxiv yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Arxiv tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan42 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 26 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Arxiv repository's README, as published. We do not edit it. Read it on GitHub

arxiv-mcp-server

<!-- mcp-name: io.github.blazickjp/arxiv-mcp-server -->

A local MCP server for agent literature work. The differentiator is original-LaTeX section reads, BibTeX from arXiv metadata, and topic watches. Papers stay on disk. The working loop is paper ID → outline → one section → citations. Search is optional.

Install

The default install is uvx arxiv-mcp-server. Command-based integrations need uv, which provides uvx. No repository clone or Python environment setup is required.

uvx arxiv-mcp-server

Add this stdio configuration to clients that accept the mcpServers JSON shape, such as Claude Desktop and Kiro. Other clients may use a top-level servers object, TOML, or their own settings UI; consult the client's MCP documentation.

{
  "mcpServers": {
    "arxiv": {
      "type": "stdio",
      "command": "uvx",
      "args": ["arxiv-mcp-server"]
    }
  }
}

The default paper directory is ~/.arxiv-mcp-server/papers. To choose another directory, append "--storage-path", "/absolute/path/to/papers" to args.

The supported package is published on PyPI as arxiv-mcp-server==0.7.2. An unrelated npm package uses the same name, so do not install this server with npm, pnpm, or npx arxiv-mcp-server.

Listed on the official MCP registry, latest 0.7.2.

Why this is not a search wrapper

Search, source retrieval, citation graphs, and downloads call their respective external services. What stays local is the literature loop: read author-submitted LaTeX one section at a time, export BibTeX from authoritative arXiv metadata, and keep topic watches on disk. The server runs locally over stdio by default.

Per-client recipes (Claude Code, Codex, Hermes, VS Code / Kiro, Claude Desktop, plugins)

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add arxiv-mcp-server -- uvx arxiv-mcp-server
Add to Cursor

Arxiv: common questions

Is Arxiv MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Arxiv safety report
How do I install Arxiv?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Arxiv need an API key?
No secret keys are declared. It reads 1 setting from the environment.
Is Arxiv maintained?
The last commit was 26 days ago (2026-08-26). The latest release is v0.7.2.
What can I use instead of Arxiv?
Servers from other publishers that do the same job: Arxiv MCP server, Semantic Scholar MCP Server and Socraticode MCP server. Compare all Arxiv alternatives.

Alternatives to Arxiv

Same job from other publishers: the closest match first, then the best rated.

All Arxiv alternatives →
  • Arxiv
    Search arXiv, fetch paper metadata, and read full-text content.
    A
  • Semantic Scholar MCP Server
    MCP server for the Semantic Scholar API: search 200M+ papers, citations, authors, recommendations.
    B
  • Socraticode
    MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.
    B
  • Octocode
    AI-powered code indexer with semantic search and knowledge graphs
    A
  • Codeseeker
    Graph-powered code intelligence with semantic search and knowledge graph for AI assistants
    C

More from blazickjp