Skip to content
Agent Search Engine.

Record · arxiv-mcp-seMCP serverOpen sourceVerified Sep 23, 2026

ArXiv MCP Server

A local MCP server for reading arXiv papers section by section from their original LaTeX, with BibTeX and topic watches.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Agents that need to read and cite specific arXiv papers accurately rather than skim abstracts.

About ArXiv MCP Server

arxiv-mcp-server supports literature work for agents: go from a paper ID to an outline, read one section at a time from the original LaTeX source, pull BibTeX from arXiv metadata and watch topics for new papers. Downloaded papers stay on disk, and search is optional rather than the core workflow.

ArXiv MCP Server is an open-source project written primarily in Python, with 3.2k stars on GitHub. It was last updated in August 2026.

Add ArXiv MCP Server to your MCP client

Generated from the launch command in the project's README. Your client starts the server on demand.

Claude CodeRun in your terminal
claude mcp add arxiv-mcp-server -- uvx arxiv-mcp-server
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "arxiv-mcp-server": {
      "command": "uvx",
      "args": ["arxiv-mcp-server"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "arxiv-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": ["arxiv-mcp-server"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "arxiv-mcp-server": {
      "command": "uvx",
      "args": ["arxiv-mcp-server"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.arxiv-mcp-server]
command = "uvx"
args = ["arxiv-mcp-server"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

ArXiv MCP Server vs. the alternatives

All 163 alternatives →
RecordStarsPricing
ArXiv MCP ServerMCP serverthis listing3.2kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 ArXiv MCP Server alternatives, compared →