Productivity|Development|Data|Communication|AI / ML|Cloud|Analytics|UtilitiesPython

Google-Scholar-MCP-Server

A MCP Server for Google Scholar that enables AI assistants to search and access Google Scholar papers.

Free
N/A rating (0 reviews)0 installs274 GitHub stars
Google ScholarMCPAI Assistants

The Google Scholar MCP Server provides a bridge between AI assistants and Google Scholar through the Model Context Protocol (MCP). It allows AI models to search for academic papers and access their content in a programmatic way.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "google-scholar-mcp-server-1": {
      "args": [
        "@JackKuo666/google-scholar-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.