Google Scholar MCP server for Cursor. Search with author and year filters, cited-by and all-versions lookups, plus citations in five styles with BibTeX export, as structured JSON. Remote MCP server hosted by HasData, connects over streamable HTTP with your HasData API key.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"type": "streamable-http",
"url": "https://mcp.hasdata.com/api/mcp?apis=google_scholar",
"headers": {
"x-api-key": "YOUR_HASDATA_API_KEY"
}
}