Odel
wovo cli

wovo cli

Local
@theshajhaJavaScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@gowovo/wovov0.2.2

Run

npx -y @gowovo/wovo

MCP client config

{
  "mcpServers": {
    "wovo-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@gowovo/wovo"
      ]
    }
  }
}