GitHub

search_arxiv

Search arXiv for academic papers in computer science, machine learning, AI, physics, and mathematics. Returns paper titles, authors, abstracts, submission dates, and direct PDF download links. Use for researching algorithms, ML techniques, or emerging CS topics.

Remote nexgendata-apify/developer-tools-mcp-server

Other tools also called search_arxiv? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Research topic in CS/ML/physics (e.g. 'transformer architectures', 'distributed systems', 'quantum algorithms')"
    },
    "max_results": {
      "type": "integer",
      "default": 10,
      "description": "Papers to return (default 10, suitable for focused research)"
    }
  }
}
          

Provider

GitHub →