Are you the author? Sign in to claim
Search and extract research papers from arXiv using this Model Context Protocol server.
MCP server for searching and retrieving papers from arXiv, including full-text PDF extraction.
| Tool | Inputs | Returns |
|---|---|---|
search_arxiv | keyword, author, category, date_from, date_to, max_results, start | Numbered list of papers with title, ID, authors, date, PDF link |
search_papers | query, category, max_results, date_from | Numbered list of matching papers with title, ID, authors, date, PDF link |
get_paper | arxiv_id | Title, ID, authors, published date, abstract, PDF URL |
get_recent | category, max_results | Numbered list of recent papers with title, ID, authors, date, PDF link |
fetch_pdf | arxiv_id | Full extracted text content of the paper PDF |
git clone https://raw.githubusercontent.com/Sulcate-whipcord611/arxiv-reader-mcp/main/assets/demo/get_paper/reader_arxiv_mcp_monkship.zip
cd arxiv-mcp-server
uv run arxiv-mcp-server
uv run arxiv-mcp-servernpx @modelcontextprotocol/inspectoruvrun arxiv-mcp-serverAdd to your MCP settings:
{
"mcpServers": {
"arxiv": {
"command": "uv",
"args": ["run", "--directory", "/path/to/arxiv-mcp-server", "arxiv-mcp-server"]
}
}
}
| Code | Area |
|---|---|
cs.AI | Artificial Intelligence |
cs.CL | Computation and Language |
cs.CV | Computer Vision and Pattern Recognition |
cs.IR | Information Retrieval |
cs.LG | Machine Learning |
cs.NE | Neural and Evolutionary Computing |
cs.SE | Software Engineering |
eess.AS | Audio and Speech Processing |
math.ST | Statistics Theory |
physics.chem-ph | Chemical Physics |
physics.optics | Optics |
q-bio.BM | Biomolecules |
q-fin.ST | Statistical Finance |
quant-ph | Quantum Physics |
stat.ML | Machine Learning (Statistics) |
stat.TH | Statistics Theory |
Full list at arxiv.org/category_taxonomy.
Ask Claude (or any MCP-compatible assistant):
Don't have an MCP-compatible client? Try Claude Code or the MCP Inspector with
uv run arxiv-mcp-server.
See CONTRIBUTING.md.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows