search_google_scholar
ActiveTool of com.thenextgennexus/developer-tools-mcp-server
Search Google Scholar for computer science research papers, citations, and academic publications. Returns paper title, authors, publication details, citation count, and link to paper. Use for finding research on CS topics, reviewing state-of-the-art, or citation tracking.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Computer science research topic (e.g. 'natural language processing', 'distributed consensus algorithms')"
},
"max_results": {
"type": "integer",
"default": 10,
"description": "Maximum papers to return (default 10)"
}
}
}Parent server
com.thenextgennexus/developer-tools-mcp-server
1/7 registries