Google Scholar Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Google Scholar Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Search Google Scholar for academic papers, citations, and author profiles.
This is a remote MCP server that lets Claude, Cursor, ChatGPT, or any MCP client query Google Scholar directly as a tool call. Review the documentation here.
You'll need an Apify API token to login. A free Apify account works. Get yours at console.apify.com/account#/integrations.
Claude Desktop currently requires a stdio bridge for remote MCP servers. Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"google-scholar": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.apify.com/?tools=johnvc/google-scholar-api",
"--header",
"Authorization: Bearer <YOUR_APIFY_TOKEN>"
]
}
}
}Replace <YOUR_APIFY_TOKEN> with your token. Restart Claude Desktop.
Cursor supports remote MCP servers natively. Two ways to connect:
Add this to your .cursor/mcp.json:
{
"mcpServers": {
"google-scholar": {
"url": "https://mcp.apify.com/?tools=johnvc/google-scholar-api"
}
}
}The first connection opens a browser to sign in to Apify.
{
"mcpServers": {
"google-scholar": {
"url": "https://mcp.apify.com/?tools=johnvc/google-scholar-api",
"headers": {
"Authorization": "Bearer <YOUR_APIFY_TOKEN>"
}
}
}
}This MCP server lets Claude search Google Scholar for academic papers, retrieve citation counts, fetch author profiles, and pull abstracts. Useful for literature reviews, citation tracking, prior-art research, and "what's been written about X?" queries. Returns structured JSON with paper title, authors, citation count, abstract, PDF link, and publication year.
Example queries to try in Claude:
johnvc on Apify | Sign up for a free Apify account.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.