Scholar MCP
by ProPriyam
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCHOLAR_TIMEOUT | No | HTTP timeout in seconds | 20 |
| PYTHONUNBUFFERED | No | Force stdout and stderr to be unbuffered. | 1 |
| SCHOLAR_MIN_DELAY | No | Minimum delay between requests (seconds) | 1.2 |
| SCHOLAR_PROXY_URL | No | HTTP/HTTPS proxy URL | |
| SCHOLAR_USER_AGENT | No | User-Agent header for requests | Chrome-like UA |
| SCHOLAR_MAX_RETRIES | No | Retry attempts on failure | 2 |
| SCHOLAR_MAX_PAGE_SIZE | No | Max results per request | 20 |
| SCHOLAR_RETRY_BACKOFF | No | Backoff multiplier between retries | 1.5 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papers_by_topicC | Search Google Scholar papers by topic keywords. |
| get_author_papersB | Get papers filtered by author name from Google Scholar search. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ProPriyam/Scholar-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server