refcheck for Cline
io.github.benchoi93/refcheck
Verify academic citations against real databases. Catches hallucinated references, exports BibTeX.
client:Cline
transport:stdio
runtime:pypi
Install refcheck in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs