google_scholar_mcp

google_scholar_mcp

MCP server for searching academic papers via Google Scholar, retrieving metadata and abstracts, with support for Chinese queries and auto-translation.

Category
Visit Server

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured