This MCP server connects to Google Scholar, allowing AI agents to search for academic papers, retrieve metadata, and access full-text content. It provides tools for querying the database, parsing results, and handling citations. The server integrates with Google Scholar's API to fetch and process scholarly articles. Developers use it to build AI-driven research assistants, citation managers, and academic search tools.
This MCP server connects to Google Scholar, allowing AI agents to search for academic papers, retrieve metadata, and access full-text content. It provides tools for querying the database, parsing results, and handling citations. The server integrates with Google Scholar's API to fetch and process scholarly articles. Developers use it to build AI-driven research assistants, citation managers, and academic search tools.
pip install Google-Scholar-MCP-ServerAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"jackkuo666-google-scholar-mcp-server-github": {
"command": "uvx",
"args": [
"pip install Google-Scholar-MCP-Server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Google Scholar?"
No configuration required. This server works out of the box.
"What resources are available in Google Scholar?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Google Scholar"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Google Scholar with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.