Connection check
verified live · 27h ago
cyanheads-arxiv-mcp-server
Search arXiv, fetch paper metadata, and read full-text content.
Tools
4
GitHub stars
4
Installs / wk
—
Licence
Apache-2.0
Transport
streamable-http, stdio
Last checked
27h ago
Tools & capabilities
4 toolsRead from the running server on 27h ago.
arxiv_get_metadata
read-only
paper_ids*
Get full metadata for one or more arXiv papers by ID. Use when you have known IDs from citations, prior search results, or memory. Get full metadata for one or more arXiv papers by ID. Use when you have known IDs from citations, prior search results, or memory.
arxiv_list_categories
read-only
group
List arXiv category codes and names. Useful for discovering valid category filters for arxiv_search. Lists subject classes only; arxiv_search also accepts a bare archive code (the… List arXiv category codes and names. Useful for discovering valid category filters for arxiv_search. Lists subject classes only; arxiv_search also accepts a bare archive code (the part before the dot, e.g. "astro-ph" or "cs") to search a whole archive at once.
arxiv_read_paper
read-only
startpaper_id*max_characters
Fetch the full text of an arXiv paper. Tries arxiv.org/html first, falls back to ar5iv.labs.arxiv.org, and falls back again to text extracted from the PDF when neither has an HTML… Fetch the full text of an arXiv paper. Tries arxiv.org/html first, falls back to ar5iv.labs.arxiv.org, and falls back again to text extracted from the PDF when neither has an HTML render — check the source field to know which one answered. Page through long papers with start and max_characters, or pass max_characters null to get the entire body in one call.
arxiv_search
read-only
query*startsort_bycategorysort_ordermax_results
+2