Skip to content
Back to search
100
MCP live http

arxiv-mcp-server

cyanheads/arxiv-mcp-server

Search arXiv, fetch paper metadata, and read full-text content via MCP.

Uptime
100.0%
261 probes
Response
679ms
last probe
Tools
4
callable

Tools · 4

arxiv_search

Search arXiv papers by query with category and sort filters. Returns paper metadata including title, authors, abstract, categories, and links.

arxiv_get_metadata

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_read_paper

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…

arxiv_list_categories

List arXiv category codes and names. Useful for discovering valid category filters for arxiv_search.

Similar MCP servers embedding-nearest

io.github.cyanheads/arxiv-mcp-server live
Search arXiv, fetch paper metadata, and read full-text content.
4 tools · streamable-http
@cyanheads/arxiv-mcp-server
Search arXiv, fetch paper metadata, and read full-text content via MCP. STDIO or Streamable HTTP.
0 tools
arxiv-paper-mcp-server
MCP Server for searching and reading arXiv papers
0 tools
arxiv-query-mcp
MCP server for querying, retrieving, and reading arXiv papers
0 tools
arxiv-search-mcp-server
An MCP server that provides search functionality for arXiv.org papers
0 tools
io.github.blazickjp/arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "arxiv-mcp-server": {
      "url": "https://arxiv.caseyjhand.com/mcp",
      "transport": "http"
    }
  }
}