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

NameTypeRequiredDescription
querystringyesQuery string. Plain text or field-prefixed (au:, ti:, abs:, cat:, all:). Combine terms with AND, OR, ANDNOT.
max_resultsnumbernoMaximum papers to return (1-100, default 10)
sort_bystringnorelevance | lastUpdatedDate | submittedDate (default relevance)
sort_orderstringnoascending | 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.

Regenerated from source · build May 12, 2026