arxiv-mcp-server
cyanheads/arxiv-mcp-serverSearch arXiv, fetch paper metadata, and read full-text content via MCP.
Tools · 4
Search arXiv papers by query with category and sort filters. Returns paper metadata including title, authors, abstract, categories, and links.
Get full metadata for one or more arXiv papers by ID. Use when you have known IDs from citations, prior search results, or memory.
Fetch the full text of an arXiv paper as HTML. Tries arxiv.org/html first; falls back to ar5iv.labs.arxiv.org when the native render is unavailable. PDF-only papers (no HTML render on either source) r…
List arXiv category codes and names. Useful for discovering valid category filters for arxiv_search.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"arxiv-mcp-server": {
"url": "https://arxiv.caseyjhand.com/mcp",
"transport": "http"
}
}
}