Skip to content
Cursor

wovo for Cursor

io.github.theshajha/wovo

Deploy HTML from any AI tool to a versioned, shareable library on wovo.dev; manage pages.

client:Cursor transport:stdio runtime:npm

Install wovo 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": {
    "wovo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gowovo/wovo"
      ],
      "env": {
        "WOVO_TOKEN": "<WOVO_TOKEN>",
        "WOVO_WORKSPACE": "<WOVO_WORKSPACE>"
      }
    }
  }
}

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

wovo in other clients