Google Scholar MCP Server enables AI assistants to search and access academic papers through the Model Context Protocol, providing programmatic access to Google Scholar's research database.
Search for articles on Google Scholar using key words.
Perform an advanced search for articles on Google Scholar.
Get detailed information about an author from Google Scholar.
{
"mcpServers": {
"google-scholar": {
"command": "python",
"args": ["-m", "google_scholar_mcp_server"]
}
}
}