Refcheck
Rank #1,139io.github.benchoi93/refcheck
MCP server providing refcheck capabilities
Refcheck is a Model Context Protocol (MCP) server published by UMN-Choi-Lab. It ranks #1,139 of 132,046 servers tracked on MCP Toplist, and its repository has 486 GitHub stars. Refcheck is listed on Official MCP, with 1 tracked version. It was first listed on Feb 25, 2026 and most recently updated on Feb 25, 2026.
Ranks ahead of 130,907 of 132,046 servers on MCP Toplist.
Use Refcheck
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add refcheck -e "CROSSREF_EMAIL=<your CROSSREF_EMAIL>" -e "S2_API_KEY=<your S2_API_KEY>" -e "ELSEVIER_KEY=<your ELSEVIER_KEY>" -e "ELSEVIER_INSTTOKEN=<your ELSEVIER_INSTTOKEN>" -e "IEEE_API_KEY=<your IEEE_API_KEY>" -- uvx refcheck-mcpReplace each placeholder with your own value before saving.
[mcp_servers.refcheck]
command = "uvx"
args = ["refcheck-mcp"]
[mcp_servers.refcheck.env]
CROSSREF_EMAIL = "<your CROSSREF_EMAIL>"
S2_API_KEY = "<your S2_API_KEY>"
ELSEVIER_KEY = "<your ELSEVIER_KEY>"
ELSEVIER_INSTTOKEN = "<your ELSEVIER_INSTTOKEN>"
IEEE_API_KEY = "<your IEEE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"refcheck": {
"command": "uvx",
"args": [
"refcheck-mcp"
],
"env": {
"CROSSREF_EMAIL": "<your CROSSREF_EMAIL>",
"S2_API_KEY": "<your S2_API_KEY>",
"ELSEVIER_KEY": "<your ELSEVIER_KEY>",
"ELSEVIER_INSTTOKEN": "<your ELSEVIER_INSTTOKEN>",
"IEEE_API_KEY": "<your IEEE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"refcheck": {
"command": "uvx",
"args": [
"refcheck-mcp"
],
"env": {
"CROSSREF_EMAIL": "<your CROSSREF_EMAIL>",
"S2_API_KEY": "<your S2_API_KEY>",
"ELSEVIER_KEY": "<your ELSEVIER_KEY>",
"ELSEVIER_INSTTOKEN": "<your ELSEVIER_INSTTOKEN>",
"IEEE_API_KEY": "<your IEEE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"refcheck": {
"type": "stdio",
"command": "uvx",
"args": [
"refcheck-mcp"
],
"env": {
"CROSSREF_EMAIL": "<your CROSSREF_EMAIL>",
"S2_API_KEY": "<your S2_API_KEY>",
"ELSEVIER_KEY": "<your ELSEVIER_KEY>",
"ELSEVIER_INSTTOKEN": "<your ELSEVIER_INSTTOKEN>",
"IEEE_API_KEY": "<your IEEE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"refcheck": {
"command": "uvx",
"args": [
"refcheck-mcp"
],
"env": {
"CROSSREF_EMAIL": "<your CROSSREF_EMAIL>",
"S2_API_KEY": "<your S2_API_KEY>",
"ELSEVIER_KEY": "<your ELSEVIER_KEY>",
"ELSEVIER_INSTTOKEN": "<your ELSEVIER_INSTTOKEN>",
"IEEE_API_KEY": "<your IEEE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"refcheck": {
"command": "uvx",
"args": [
"refcheck-mcp"
],
"env": {
"CROSSREF_EMAIL": "<your CROSSREF_EMAIL>",
"S2_API_KEY": "<your S2_API_KEY>",
"ELSEVIER_KEY": "<your ELSEVIER_KEY>",
"ELSEVIER_INSTTOKEN": "<your ELSEVIER_INSTTOKEN>",
"IEEE_API_KEY": "<your IEEE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.benchoi93%2Frefcheck)<a href="https://mcptoplist.com/server/io.github.benchoi93%2Frefcheck"><img src="https://mcptoplist.com/badge/io.github.benchoi93%2Frefcheck.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
UMN-Choi-Lab
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Feb 25, 2026 |
Frequently asked questions
- Who maintains Refcheck?
- Refcheck is maintained by UMN-Choi-Lab, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Refcheck listed on the Official MCP Registry?
- Yes — Refcheck is listed on the Official MCP Registry.
- How many versions does Refcheck have?
- MCP Toplist tracks 1 version of Refcheck, most recently published on Feb 25, 2026.
- Where can I find the source code for Refcheck?
- The source code for Refcheck is hosted at github.com/UMN-Choi-Lab/refcheck.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.