Google Scholar MCP Server

🔍 Enable AI assistants to search and access Google Scholar papers through a simple MCP interface.

Local serverstdioPython

What is the Google Scholar MCP server?

Most developer tooling work still happens through a UI a human drives. Google Scholar MCP server moves it into the conversation instead. 🔍 Enable AI assistants to search and access Google Scholar papers through a simple MCP interface.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • claude — The claude tool exposed by this server
  • Cursor — Paste the following into Settings → Cursor Settings → MCP → Add new server: - Mac/Linux s npx -y @smithery/cli@latest run
  • Windsurf — The Windsurf tool exposed by this server
  • CLine — 1. Clone the repository: git clone https://github.com/JackKuo666/google-scholar-MCP-Server.git cd google-scholar-MCP-Server
  • search_google_scholar_key_words — The search_google_scholar_key_words tool exposed by this server
  • search_google_scholar_advanced — The search_google_scholar_advanced tool exposed by this server
  • get_author_info — Get detailed information about an author from Google Scholar

Getting it running

The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Google Scholar's toolset — claude, Cursor, Windsurf and 4 more — is a fair guide to whether it matches your workflow. It is maintained by JackKuo666; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
claudeThe claude tool exposed by this server.
CursorPaste the following into Settings → Cursor Settings → MCP → Add new server: - Mac/Linux s npx -y @smithery/cli@latest run @JackKuo666/google-scholar-mcp-server --client cursor --config "{}"
WindsurfThe Windsurf tool exposed by this server.
CLine1. Clone the repository: git clone https://github.com/JackKuo666/google-scholar-MCP-Server.git cd google-scholar-MCP-Server
search_google_scholar_key_wordsThe search_google_scholar_key_words tool exposed by this server.
search_google_scholar_advancedThe search_google_scholar_advanced tool exposed by this server.
get_author_infoGet detailed information about an author from Google Scholar.

How to install the Google Scholar MCP server

{
  "mcpServers": {
    "google-scholar": {
      "command": "python",
      "args": ["-m", "google_scholar_mcp_server"]
      }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Google Scholar to claude.
  • Use Google Scholar to Cursor.
  • Use Google Scholar to Windsurf.

Frequently asked questions

It connects Google Scholar to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (claude, Cursor, Windsurf, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Google Scholar directly.