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).
Run
npx -y @gowovo/wovo
MCP client config
{
"mcpServers": {
"wovo-cli": {
"command": "npx",
"args": [
"-y",
"@gowovo/wovo"
]
}
}
}