Skip to content
Cursor

nicepick for Cursor

io.github.zcor/nicepick

Opinionated 'which tool should I pick?' verdicts for agents — 900+ tool/library comparisons.

client:Cursor transport:stdio runtime:npm

Install nicepick in Cursor

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

{
  "mcpServers": {
    "nicepick": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nicepick-mcp"
      ]
    }
  }
}

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

nicepick in other clients