studydiff for Cursor
io.github.nickjlamb/studydiff
Explain why two scientific papers disagree, every claim grounded in a verbatim source quote.
client:Cursor
transport:stdio
runtime:npm
Install studydiff in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"studydiff": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"studydiff-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"NCBI_EMAIL": "<NCBI_EMAIL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs