GitHub

search_google_scholar

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.

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

Other tools also called search_google_scholar? See providers with this name

Input Schema


            {
  "type": "object",
  "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)"
    }
  }
}
          

Provider

GitHub →