refcheck for Cursor
io.github.benchoi93/refcheck
Verify academic citations against real databases. Catches hallucinated references, exports BibTeX.
client:Cursor
transport:stdio
runtime:pypi
Install refcheck in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"refcheck": {
"type": "stdio",
"command": "uvx",
"args": [
"refcheck-mcp"
],
"env": {
"CROSSREF_EMAIL": "<CROSSREF_EMAIL>",
"S2_API_KEY": "<S2_API_KEY>",
"ELSEVIER_KEY": "<ELSEVIER_KEY>",
"ELSEVIER_INSTTOKEN": "<ELSEVIER_INSTTOKEN>",
"IEEE_API_KEY": "<IEEE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs