JackKuo666/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.
Platform-specific configuration:
{
"mcpServers": {
"Google-Scholar-MCP-Server": {
"command": "npx",
"args": [
"-y",
"Google-Scholar-MCP-Server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/@JackKuo666/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.
To install google-scholar Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli@latest install @JackKuo666/google-scholar-mcp-server --client claude --config "{}"Paste the following into Settings ā Cursor Settings ā MCP ā Add new server:
npx -y @smithery/cli@latest run @JackKuo666/google-scholar-mcp-server --client cursor --config "{}" npx -y @smithery/cli@latest install @JackKuo666/google-scholar-mcp-server --client windsurf --config "{}"npx -y @smithery/cli@latest install @JackKuo666/google-scholar-mcp-server --client cline --config "{}" git clone https://github.com/JackKuo666/google-scholar-MCP-Server.git
cd google-scholar-MCP-Server pip install -r requirements.txtFor development:
# Clone and set up development environment
git clone https://github.com/JackKuo666/Google-SLoading reviews...