This is an early release preview. You may encounter bugs.
Arxiv MCP Server logo
Unclaimed

Tool research connectors

Arxiv MCP Server

A few days agoI wired Cursor to an MCP server that funnels arXiv papers straight into the prompt stack. When a tricky is

A 83/100 GitHub score ? This grade is derived from GitHub signals, not user votes. Open for the full breakdown.
No votes yet

01 / About

What Arxiv MCP Server is.

Arxiv MCP Server is a local Model Context Protocol server for literature work. It runs over stdio by default and gives an agent a working loop of paper ID to outline to one section to citations, keeping downloaded papers on disk rather than treating search as the main path.

Search, source retrieval, citation graphs, and downloads call external services; what stays local is reading author-submitted LaTeX one section at a time, exporting BibTeX from arXiv metadata, and holding topic watches on disk. Nineteen tools cover searching, abstracts, downloads and Markdown conversion, bounded reads and passage search, LaTeX outlines and sections, citation graphs through Semantic Scholar, BibTeX export, and topic watches with alert checks. Two further tools, semantic search over downloaded papers and index rebuilds, come with the pro install variant.

Responses are bounded so a single call cannot flood a client's context: downloadpaper and readpaper return a 12,000-character chunk by default and report next_start for paging, search returns five compact results by default with snippet abstracts, and LaTeX archives are validated, size-limited, and cached before content is returned. Seven prompt workflows ship with the server, covering discovery, deep analysis, summarisation, comparison, literature review, synthesis, and research-question formulation.

For deployments where stdio is impractical, a streamable HTTP transport binds to 127.0.0.1 with DNS-rebinding protection and a /healthz probe; host and origin allowlists cover a reverse proxy in front. Paper text and LaTeX are treated as untrusted external content that may attempt to steer a client, so instructions found inside a paper are not to be followed as commands.

Features

  • Section-level LaTeX reads: retrieve an outline of author-submitted LaTeX and then one bounded section by ID or exact title
  • BibTeX export: citations exported for one or more arXiv IDs from arXiv metadata
  • Topic watches: save, list, poll, and delete standing arXiv watches stored on disk
  • Bounded content: 12,000-character default chunks with next_start paging, and an opt-in full-text mode
  • Citation graphs: references and citing papers via Semantic Scholar, one call per paper, cached on disk
  • Local semantic search: the pro extra adds embedding-based search and reindexing over downloaded papers
  • PDF fallback: the pdf extra converts papers that lack usable arXiv HTML
  • Prompt workflows: seven MCP prompts for discovery, analysis, summarisation, comparison, review, synthesis, and research questions
  • Transports: stdio by default, plus streamable HTTP with a health endpoint and host/origin allowlists
  • Query guidance: field-scoped searches, phrase and boolean operators, category filters, date ranges, and pagination controls

02 / Discussion CREDIBILITY-GATED

Discussion

Reading is open to everyone. Posting and voting need a verified identity or a GitHub grade of B or higher.

  • No discussions yet.

03 / Build

Build with Arxiv MCP Server.

Browse the catalogue for frameworks, tools, and harnesses, each scored on real GitHub credibility.

Get Arxiv MCP Server →

Browse the catalogue