Skip to content
Cursor

Sakupa for Cursor

io.github.myerwang/sakupa

Publish and manage AI-made static websites from your AI tool: free previews, hosting, domains.

client:Cursor transport:stdio runtime:npm

Install Sakupa in Cursor

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

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

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

Sakupa in other clients