Studydiff
Rank #16,257io.github.nickjlamb/studydiff
Explain why two scientific papers disagree, every claim grounded in a verbatim source quote.
Studydiff is a Model Context Protocol (MCP) server published by nickjlamb. It ranks #16,257 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Studydiff is listed on Official MCP, with 1 tracked version. It was first listed on Jul 8, 2026 and most recently updated on Jul 13, 2026.
Ranks ahead of 99,334 of 115,591 servers on MCP Toplist.
Use Studydiff
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add studydiff -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "NCBI_EMAIL=<your NCBI_EMAIL>" -- npx -y studydiff-mcpReplace each placeholder with your own value before saving.
[mcp_servers.studydiff]
command = "npx"
args = ["-y", "studydiff-mcp"]
[mcp_servers.studydiff.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"
NCBI_EMAIL = "<your NCBI_EMAIL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"studydiff": {
"command": "npx",
"args": [
"-y",
"studydiff-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"NCBI_EMAIL": "<your NCBI_EMAIL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"studydiff": {
"command": "npx",
"args": [
"-y",
"studydiff-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"NCBI_EMAIL": "<your NCBI_EMAIL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"studydiff": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"studydiff-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"NCBI_EMAIL": "<your NCBI_EMAIL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"studydiff": {
"command": "npx",
"args": [
"-y",
"studydiff-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"NCBI_EMAIL": "<your NCBI_EMAIL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"studydiff": {
"command": "npx",
"args": [
"-y",
"studydiff-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"NCBI_EMAIL": "<your NCBI_EMAIL>"
}
}
}
}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.nickjlamb%2Fstudydiff)<a href="https://mcptoplist.com/server/io.github.nickjlamb%2Fstudydiff"><img src="https://mcptoplist.com/badge/io.github.nickjlamb%2Fstudydiff.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nickjlamb
Other servers by nickjlamb
View all nickjlamb servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 13, 2026 |
Frequently asked questions
- Who maintains Studydiff?
- Studydiff is maintained by nickjlamb, which publishes 4 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Studydiff listed on the Official MCP Registry?
- Yes — Studydiff is listed on the Official MCP Registry.
- How many versions does Studydiff have?
- MCP Toplist tracks 1 version of Studydiff, most recently published on Jul 13, 2026.
- Where can I find the source code for Studydiff?
- The source code for Studydiff is hosted at github.com/nickjlamb/studydiff.