An MCP (Model Context Protocol) server for searching Google Scholar, built for AI assistants and automation workflows that need papers, authors
Google Scholar Search MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Google Scholar Search MCP directly instead of describing what you should do. An MCP (Model Context Protocol) server for searching Google Scholar, built for AI assistants and automation workflows that need papers, authors, citations, and BibTeX entries.
The server ships on PyPI as google-scholar-search-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Once Google Scholar Search MCP is connected, these are the calls the assistant has available:
Requirements — The Requirements tool exposed by this serverYou will need 7 environment variables: GS_MIN_DELAY, GS_MAX_DELAY, GS_PROXY_TYPE, GS_PROXY_HTTP, GS_PROXY_HTTPS, GS_SCRAPERAPI_KEY, GS_MAX_RETRIES. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Python 3.11 or later - Dependencies: mcp[cli]>=1.4.0, scholarly>=1.7.11, pydantic>=2.0 (see pyproject.toml) - project uses uv for dependency managementThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Google Scholar Search MCP's toolset — Requirements — is a fair guide to whether it matches your workflow. It is maintained by lwaetzig; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Google Scholar Search MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Requirements | The Requirements tool exposed by this server. |
{
"mcpServers": {
"google-scholar": {
"command": "python",
"args": ["-m", "google_scholar_mcp.server"],
"env": {
"GS_MIN_DELAY": "5.0",
"GS_MAX_DELAY": "15.0",
"GS_PROXY_TYPE": "none"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
Python 3.11 or later - Dependencies: mcp[cli]>=1.4.0, scholarly>=1.7.11, pydantic>=2.0 (see pyproject.toml) - project uses uv for dependency management| Variable | Description | Required |
|---|---|---|
| GS_MIN_DELAY | Configuration value read at startup. | Optional |
| GS_MAX_DELAY | Configuration value read at startup. | Optional |
| GS_PROXY_TYPE | Configuration value read at startup. | Optional |
| GS_PROXY_HTTP | Configuration value read at startup. | Optional |
| GS_PROXY_HTTPS | Configuration value read at startup. | Optional |
| GS_SCRAPERAPI_KEY | Credential the server authenticates with. | Yes |
| GS_MAX_RETRIES | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.