Google-Scholar-MCP-Server

JackKuo666/Google-Scholar-MCP-Server
★ 247 stars Python 🤖 AI/LLM Updated 1mo ago
A MCP Server for Google Scholar: 🔍 Enable AI assistants to search and access Google Scholar papers through a simple MCP interface.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-scholar-mcp-s": {
      "command": "uvx",
      "args": [
        "google-scholar-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install google-scholar-mcp-server