Skip to content
Cursor

Warpweb for Cursor

io.github.northbeamsoftware/warpweb

Research, build, and deploy AI-generated websites via the Warpweb API.

client:Cursor transport:stdio runtime:npm

Install Warpweb 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": {
    "warpweb": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "warpweb-mcp"
      ],
      "env": {
        "WARPWEB_API_KEY": "<WARPWEB_API_KEY>",
        "WARPWEB_API_URL": "<WARPWEB_API_URL>"
      }
    }
  }
}

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

Warpweb in other clients