Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

studydiff in other clients