search_arxiv
ActiveTool of com.thenextgennexus/developer-tools-mcp-server
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.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"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)"
}
}
}Parent server
com.thenextgennexus/developer-tools-mcp-server
1/7 registries