Arxiv MCP Server
未认领Search arXiv, fetch paper metadata, and read full-text content via MCP. STDIO & Streamable HTTP.
安装
docker run -p 3010:3010 arxiv-mcp-server工具(6 个)
arxiv_get_metadata
Get full metadata for one or more arXiv papers by ID.
arxiv_list_categories
List arXiv category taxonomy, optionally filtered by group.
arxiv_read_paper
Fetch the full text content of an arXiv paper from its HTML rendering, or from the PDF when no render exists.
arxiv_search
Search arXiv papers by query with category and sort filters.
max_characters
defaults to 100,000; pass null for the whole paper in one call. Raw HTML can be 500KB-3MB+ for math-heavy papers, which is more than most clients accept in a single tool result — page with start instead
submitted_from
/ submittedto bound the submission date (inclusive, UTC YYYY-MM-DD). Consecutive windows cover the matches with no gap — a paper submitted exactly at a midnight seam falls in both, so de-duplicate by ID — which is how to reach results past the 10,000 pagination ceiling