Google Scholar MCP Server

by shiwenbin1617

174 downloads
Not rated
GitHub

Description

# Google Scholar MCP Server [![smithery badge](https://smithery.ai/badge/@JackKuo666/google-scholar-mcp-server)](https://smithery.ai/server/@JackKuo666/google-scholar-mcp-server) πŸ” Enable AI assistants to search and access Google Scholar papers through a simple MCP interface…

About

# Google Scholar MCP Server [![smithery badge](https://smithery.ai/badge/@JackKuo666/google-scholar-mcp-server)](https://smithery.ai/server/@JackKuo666/google-scholar-mcp-server) πŸ” Enable AI assistants to search and access Google Scholar papers through a simple MCP interface. The Google Scholar MCP Server provides a…

Details

Author
shiwenbin1617
Downloads
174
Categories
Other

- Search Google Scholar papers by keywords
- Perform advanced searches with author and year filters
- Retrieve detailed author information
- Fast access to paper metadata
- Easy integration with AI assistants via MCP
- Supports Claude Desktop, Cursor, Windsurf, and Cline

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Google Scholar MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Python 3.10+, dependencies (pip install -r requirements.txt), then run python google_scholar_server.py. The server exposes three MCP tools: search_google_scholar_key_words, search_google_scholar_advanced, and get_author_info. Add the server configuration to Claude Desktop, Cursor, Windsurf, or Cline MCP settings.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "google scholar mcp server": {
            "google-scholar-mcp-server-shiwenbin1617": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli@latest",
                    "install",
                    "@JackKuo666/google-scholar-mcp-server",
                    "--client",
                    "claude",
                    "--config",
                    "{}"
                ]
            }
        }
    }
}

McpServers

{
    "google-scholar-mcp-server-shiwenbin1617": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli@latest",
            "install",
            "@JackKuo666/google-scholar-mcp-server",
            "--client",
            "claude",
            "--config",
            "{}"
        ]
    }
}

Google Scholar MCP Server

smithery badge

πŸ” Enable AI assistants to search and access Google Scholar papers through a simple MCP interface.

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.

✨ Core Features

- πŸ”Ž Paper Search: Query Google Scholar papers with custom search strings or advanced search parameters βœ… - πŸš€ Efficient Retrieval: Fast access to paper metadata βœ… - πŸ‘€ Author Information: Retrieve detailed information about authors βœ… - πŸ“Š Research Support: Facilitate academic research and analysis βœ…

πŸš€ Quick Start

Installing Manually

Installing via Smithery

To install google-scholar Server for Claude Desktop automatically via Smithery:

claude

npx -y @smithery/cli@latest install @JackKuo666/google-scholar-mcp-server --client claude --config "{}"

Cursor

Paste the following into Settings β†’ Cursor Settings β†’ MCP β†’ Add new server:
- Mac/Linux

npx -y @smithery/cli@latest run @JackKuo666/google-scholar-mcp-server --client cursor --config "{}" 

Windsurf


npx -y @smithery/cli@latest install @JackKuo666/google-scholar-mcp-server --client windsurf --config "{}"

CLine


npx -y @smithery/cli@latest install @JackKuo666/google-scholar-mcp-server --client cline --config "{}"

1. Clone the repository:

   git clone https://github.com/JackKuo666/google-scholar-MCP-Server.git
cd google-scholar-MCP-Server

2. Install the required dependencies:

   pip install -r requirements.txt

For development:

```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.