refcheck for Claude Desktop
io.github.benchoi93/refcheck
Verify academic citations against real databases. Catches hallucinated references, exports BibTeX.
client:Claude Desktop
transport:stdio
runtime:pypi
Install refcheck in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"refcheck": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs