johnisanerd

Google Scholar MCP Server

Community johnisanerd
Updated

Search Google Scholar for academic papers, citations, and author profiles. Use with Claude, Cursor, or any MCP client.

Google Scholar MCP Server

Search Google Scholar for academic papers, citations, and author profiles.

This is a remote MCP server that lets Claude, Cursor, ChatGPT, or any MCP client query Google Scholar directly as a tool call. Review the documentation here.

Login

You'll need an Apify API token to login. A free Apify account works. Get yours at console.apify.com/account#/integrations.

Install in Claude Desktop

Claude Desktop currently requires a stdio bridge for remote MCP servers. Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "google-scholar": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.apify.com/?tools=johnvc/google-scholar-api",
        "--header",
        "Authorization: Bearer <YOUR_APIFY_TOKEN>"
      ]
    }
  }
}

Replace <YOUR_APIFY_TOKEN> with your token. Restart Claude Desktop.

Install in Cursor

Cursor supports remote MCP servers natively. Two ways to connect:

Option A: OAuth (recommended, no token needed)

Add this to your .cursor/mcp.json:

{
  "mcpServers": {
    "google-scholar": {
      "url": "https://mcp.apify.com/?tools=johnvc/google-scholar-api"
    }
  }
}

The first connection opens a browser to sign in to Apify.

Option B: Bearer token

{
  "mcpServers": {
    "google-scholar": {
      "url": "https://mcp.apify.com/?tools=johnvc/google-scholar-api",
      "headers": {
        "Authorization": "Bearer <YOUR_APIFY_TOKEN>"
      }
    }
  }
}

What it does

This MCP server lets Claude search Google Scholar for academic papers, retrieve citation counts, fetch author profiles, and pull abstracts. Useful for literature reviews, citation tracking, prior-art research, and "what's been written about X?" queries. Returns structured JSON with paper title, authors, citation count, abstract, PDF link, and publication year.

Example queries to try in Claude:

  • "Find the 10 most-cited papers on transformer architecture published since 2023"
  • "Get the author profile and h-index for Yoshua Bengio"
  • "Search Google Scholar for recent papers on RAG retrieval performance"

Built by

johnvc on Apify | Sign up for a free Apify account.

License

MIT

MCP Server · Populars

MCP Server · New

    ennisaaaaaaaa-stack

    Tideline 潮痕

    Tideline-Memory is a long-term memory system built for AI Agents. Most agent memory: You ask, it finds. Tideline: The agent wakes up already knowing who he is, not querying "who am I?" every session. Achieving accurate memory hits while also preventing memory from expanding at scale.No compression, no forgetting.

    Get-Concord-AI

    Concord MCP

    Live messaging for coding agents

    Community Get-Concord-AI
    alijancb

    Subio MCP

    Open-source MCP server for discovering fast-growing internet conversations with Subio

    Community alijancb
    ruezo

    MCP Video Digest (视频内容提取总结)

    MCP Server for transcribing videos via video links and summarizing video content

    Community ruezo
    LastSearch-HQ

    LastSearch

    Reliable research infrastructure for AI agents. Evidence-backed web search with citations, confidence scores, and Clarity anti-hallucination. MCP server, REST API, Python SDK.

    Community LastSearch-HQ