What is 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.
Documentation
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 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\n\n### 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:
result = await mcp.use_tool("get_author_info", {
"author_name": "Geoffrey Hinton"
})
print(result)
These examples demonstrate how to use the three main tools provided by the Google Scholar MCP Server. Adjust the parameters as needed for your specific use case.
Usage with Claude Desktop
Add this configuration to your claude_desktop_config.json: