Skip to content
Cursor

Research Scan for Cursor

org.synectic/research-scan

Research Scan finds and verifies the 5–10 recent papers that matter most for a research question.

client:Cursor transport:stdio runtime:pypi

Install Research Scan in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "research-scan": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "research-scan"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Research Scan in other clients