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.
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 Code
claude mcp add arxiv-mcp-server -- uvx arxiv-mcp-serverCursor
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uvx",
"args": ["arxiv-mcp-server"]
}
}
}VS Code
{
"servers": {
"arxiv-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": ["arxiv-mcp-server"]
}
}
}Claude Desktop
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uvx",
"args": ["arxiv-mcp-server"]
}
}
}Codex
[mcp_servers.arxiv-mcp-server]
command = "uvx"
args = ["arxiv-mcp-server"]ArXiv MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| ArXiv MCP Serverthis listing | 3.2k | Python | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
