Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

google_scholar_mcp

MCP.Pizza Chef: Byron993

The google_scholar_mcp is an MCP server that enables academic paper search via Google Scholar, optimized for seamless integration with Cherry Studio. It supports both Chinese and English queries, automatically retrieves and filters only complete paper abstracts, and returns detailed metadata including title, authors, journal, year, citations, and URLs. This server enhances academic research workflows by providing precise and comprehensive scholarly data through the MCP protocol.

Use This MCP server To

Search academic papers via Google Scholar with complete abstracts Retrieve detailed metadata for scholarly articles Support bilingual search queries in Chinese and English Filter out incomplete abstracts for higher quality results Integrate Google Scholar search results into Cherry Studio workflows Enable automated academic literature review processes Provide citation counts and journal info for research papers

README

Google Scholar MCP Server (Optimized for Cherry Studio)

An MCP-based Google Scholar search service optimized for Cherry Studio, providing academic paper search, abstract retrieval, and supporting both Chinese and English queries.

Features

  • Search academic papers via Google Scholar (not limited to arXiv)
  • Automatically retrieve and filter paper abstracts (only keeping complete abstracts)
  • Support Chinese keyword search with auto-translation to English
  • Return comprehensive paper metadata (title, authors, journal, year, citations, URL, etc.)
  • Optimized for Cherry Studio integration via MCP protocol

Installation

google_scholar_mcp can be installed using uv. Below are two approaches: a quick start for immediate use and a detailed setup for development.

Quick Start

For users who want to quickly run the server:

  1. Install Package:

    uv add google_scholar_mcp
  2. Configure Cherry Studio: Add this configuration to your Cherry Studio configuration file:

    {
      "mcpServers": {
        "google_scholar_server": {
          "command": "uv",
          "args": [
            "--directory",
            "/path/to/your/google_scholar_mcp",
            "run",
            "gsd_mcp.py"
          ]
        }
      }
    }

    Note: Replace /path/to/your/google_scholar_mcp with your actual installation path.

Usage

Response Example

=== Paper 1 ===
Title: Deep Learning
Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton  
Journal: Nature
Year: 2015
URL: https://www.nature.com/articles/nature14539
Citations: 95183
Abstract:
  Deep learning allows computational models composed of multiple processing layers to learn representations of data with multiple levels of abstraction...

Notes

  1. Abstract retrieval depends on paper page structure and may not always succeed
  2. VPN connection is required throughout usage to access Google Scholar
  3. Please set reasonable request frequency to avoid being blocked by Google Scholar
  4. Chinese queries are automatically translated to English for searching

Dependencies

  • googletrans>=4.0.2
  • httpx>=0.28.1
  • mcp[cli]>=1.7.0
  • scholarly>=1.7.11

License

MIT License

google_scholar_mcp FAQ

How do I install google_scholar_mcp?
You can install it quickly using the command `uv add google_scholar_mcp` and configure it within Cherry Studio.
Does google_scholar_mcp support non-English queries?
Yes, it supports Chinese keyword searches with automatic translation to English for broader search coverage.
What metadata does google_scholar_mcp return?
It returns comprehensive metadata including title, authors, journal, year, citations, and URLs for each paper.
How does google_scholar_mcp ensure abstract quality?
It automatically filters and returns only complete abstracts, improving the quality of retrieved data.
Is google_scholar_mcp limited to arXiv papers?
No, it searches across Google Scholar broadly, not limited to arXiv.
How does google_scholar_mcp integrate with Cherry Studio?
It uses the MCP protocol optimized for seamless integration, enabling smooth academic search workflows within Cherry Studio.
Can google_scholar_mcp handle multi-language queries?
Yes, it supports both Chinese and English queries with auto-translation features.
What is required to run google_scholar_mcp?
You need to install it via `uv` and configure it in Cherry Studio as per the provided instructions.