search_papers
Pack: arxiv · Endpoint: https://gateway.pipeworx.io/arxiv/mcp
Search arXiv preprints. Plain text searches all fields; use prefixes for targeted queries: au:hinton (author), ti:transformer (title), abs:diffusion (abstract), cat:cs.AI (category), all:quantum (any field). Combine with AND/OR/ANDNOT, e.g., “ti:transformer AND cat:cs.LG”. Returns id, title, authors, abstract, categories, published date, PDF URL.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Query string. Plain text or field-prefixed (au:, ti:, abs:, cat:, all:). Combine terms with AND, OR, ANDNOT. |
max_results | number | no | Maximum papers to return (1-100, default 10) |
sort_by | string | no | relevance | lastUpdatedDate | submittedDate (default relevance) |
sort_order | string | no | ascending | descending (default descending) |
Example call
curl -X POST https://gateway.pipeworx.io/arxiv/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_papers","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"arxiv": {
"url": "https://gateway.pipeworx.io/arxiv/mcp"
}
}
}
See Getting Started for client-specific install steps.