google_scholar_mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@google_scholar_mcpsearch for papers on quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: McpDeepResearch
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:
Install Package:
uv add google_scholar_mcpConfigure 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_mcpwith 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
Abstract retrieval depends on paper page structure and may not always succeed
VPN connection is required throughout usage to access Google Scholar
Please set reasonable request frequency to avoid being blocked by Google Scholar
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
This server cannot be deployed
Maintenance
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
MCP server for Google search results via SERP API
The only MCP server for Arabic academic research — search, read & cite Arabic + English papers.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceAn MCP server for searching Chinese academic papers and core journal information across multiple free platforms like Baidu Scholar and the National Center for Philosophy and Social Sciences. It enables users to retrieve metadata for social science and STEM research papers without requiring API keys.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables academic research by searching Google Scholar, fetching paper content, and converting web pages to clean Markdown.1MIT
- FlicenseAqualityDmaintenanceAn MCP server that provides access to Semantic Scholar's academic paper database, enabling paper search, detailed retrieval, author info, and citation export.410-
- AlicenseNot gradedqualityCmaintenanceAn MCP server for searching Google Scholar, enabling paper search, author lookup, citation tracking, and BibTeX export for AI assistants and automation workflows.2MIT