Google Scholar MCP Server
@JackKuo666
About Google Scholar MCP Server
A MCP Server for Google Scholar: π Enable AI assistants to search and access Google Scholar papers through a simple MCP interface.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Google-Scholar": {
"command": "bash",
"args": [
"-c",
"source /home/YOUR/PATH/.venv/bin/activate && python /home/YOUR/PATH/Google-Scholar-mcp-server.py"
],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Google Scholar MCP Server?
Google Scholar MCP Server enables AI assistants to search and access Google Scholar papers through a simple Model Context Protocol (MCP) interface. It bridges AI models with academic paper metadata and author information for research purposes.
How to use Google Scholar MCP Server?
Install dependencies with pip install -r requirements.txt, then start the server with python google_scholar_server.py. The server provides three MCP tools (search_google_scholar_key_words, search_google_scholar_advanced, get_author_info) that can be invoked from an AI assistant or application. Alternatively, install via Smithery for Claude Desktop, Cursor, Windsurf, or CLine.
Key features of Google Scholar MCP Server
- Paper search using keywords or advanced parameters
- Fast retrieval of paper metadata
- Retrieve detailed author information
- Facilitates academic research and analysis
Use cases of Google Scholar MCP Server
- Search for papers by keyword (e.g., "artificial intelligence ethics")
- Advanced search with author name and year range filters
- Get author details (e.g., Geoffrey Hinton)
- Integrate academic paper lookup into AI assistants
FAQ from Google Scholar MCP Server
What does Google Scholar MCP Server do?
It allows AI models to search Google Scholar for academic papers and access their content programmatically through an MCP interface.
How do I install Google Scholar MCP Server?
You can install it manually by cloning the repository and running pip install -r requirements.txt, or automatically via Smithery using npx -y @smithery/cli@latest install @JackKuo666/google-scholar-mcp-server.
What MCP tools does it provide?
Three tools: search_google_scholar_key_words (keyword search), search_google_scholar_advanced (advanced search with author/year), and get_author_info (author details).
What are the runtime dependencies?
Python 3.10+ and the packages mcp[cli]>=1.4.1, scholarly>=1.7.0, and asyncio>=3.4.3.
Is there any usage restriction?
Yesβthe README states this tool is for research purposes only and advises respecting Google Scholar's terms of service.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Servers
modelcontextprotocolModel Context Protocol Servers
Comments