MCP server exposing 4 tools for paperswithcode.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/paperswithcode/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_papers — Search ML research papers by keyword. Returns title, authors, abstract, conference, and links. Use when exploring a research topic or finding papers on specific methods.get_paper — Get full details for a specific paper by ID. Returns title, abstract, authors, publication venue, and links.get_repositories — Find code implementations linked to a paper (by paper ID). Returns repo URLs, star counts, framework, and official implementation flag.trending_papers — Discover trending ML papers sorted by conference. Returns title, authors, venue, and links to high-impact recent research.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/paperswithcode/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io