1. search_google_scholar
Search Google Scholar for academic papers and research.
A Model Context Protocol (MCP) server providing Google Scholar search capabilities through HTTP transport, integrating with AI models like Google's Gemini for academic research queries.
{
"mcpServers": {
"google-scholar": {
"command": "node",
"args": ["build/index.js"],
"env": {
"PORT": "3000"
}
}
}
}