Skip to content
Cursor

nodebench for Cursor

io.github.homenshum/nodebench

260 MCP tools across 49 domains. AI Flywheel, quality gates, research, web scraping.

client:Cursor transport:stdio runtime:npm

Install nodebench in Cursor

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

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

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

nodebench in other clients