Connects Claude to arXiv's preprint repository through Pipeworx's MCP gateway. No authentication required, which makes it dead simple to drop into any MCP client. The implementation uses streamable HTTP transport and includes an ask_pipeworx tool that lets you query in plain English instead of calling structured tools directly. Part of Pipeworx's larger gateway that aggregates 250+ data sources, but you can use just the arXiv endpoint if that's all you need. Useful when you're researching papers, need to pull citations, or want to keep Claude informed about recent academic work without manually copying abstracts.
Public tool metadata for what this MCP can expose to an agent.
arxiv_searchSearch arXiv papers by query with category and sort filters. Returns paper metadata including title, authors, abstract, categories, and links.6 paramsSearch arXiv papers by query with category and sort filters. Returns paper metadata including title, authors, abstract, categories, and links.
querystringstartnumbersort_bystringrelevance · submitted · updateddefault: relevancecategorystringsort_orderstringascending · descendingdefault: descendingmax_resultsnumberarxiv_get_metadataGet full metadata for one or more arXiv papers by ID. Use when you have known IDs from citations, prior search results, or memory.1 paramsGet full metadata for one or more arXiv papers by ID. Use when you have known IDs from citations, prior search results, or memory.
paper_idsvaluearxiv_read_paperFetch the full text content of an arXiv paper from its HTML rendering. Tries native arXiv HTML first, falls back to ar5iv. Returns raw HTML for direct interpretation.2 paramsFetch the full text content of an arXiv paper from its HTML rendering. Tries native arXiv HTML first, falls back to ar5iv. Returns raw HTML for direct interpretation.
paper_idstringmax_charactersnumberarxiv_list_categoriesList arXiv category codes and names. Useful for discovering valid category filters for arxiv_search.1 paramsList arXiv category codes and names. Useful for discovering valid category filters for arxiv_search.
groupstringcs · econ · eess · math · physics · q-bioarXiv MCP — preprint server search (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"arxiv": {
"url": "https://gateway.pipeworx.io/arxiv/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Arxiv data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp