search_papers
ActiveTool of Paperswithcode
Search machine-learning / AI research papers (via Hugging Face Papers, the successor to Papers with Code). Returns arXiv id, title, authors, community upvotes, and a linked GitHub repo when available. Use for "papers on <topic>", "recent ML research about X".
Parameters schema
{
"type": "object",
"examples": [
{
"query": "attention transformer"
},
{
"limit": 20,
"query": "vision language model"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max papers to return (1-50, default 10)."
},
"query": {
"type": "string",
"description": "Search terms (e.g. \"mamba\", \"diffusion transformer\", \"RLHF\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Paperswithcode
https://github.com/pipeworx-io/mcp-paperswithcode
1/7 registries