Wovo runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 1 Jul 2026.
Deploy HTML from any AI tool to a versioned, shareable library on wovo.dev; manage pages.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
execSync(`${cmd} "${url}"`, { stdio: "ignore" });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add wovo -- npx -y @gowovo/wovo
{
"mcpServers": {
"wovo": {
"args": [
"-y",
"@gowovo/wovo"
],
"command": "npx"
}
}
}
[mcp_servers.wovo]
command = "npx"
args = ["-y", "@gowovo/wovo"]
{
"mcpServers": {
"wovo": {
"args": [
"-y",
"@gowovo/wovo"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"wovo": {
"args": [
"-y",
"@gowovo/wovo"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
WOVO_TOKEN (Workspace deploy token (wv_…) from wovo.dev settings.), WOVO_WORKSPACE (Target workspace slug (optional; the token resolves a default).).
The author declared them in the registry entry; get the values from the project itself.
Deploy HTML and Markdown as live URLs. Create, search, update, and manage pastes from any AI agent.
Deploy HTML from any agent: POST markup, get a live URL. Static hosting API with MCP tools.
Publish a single HTML file as a live HTTPS site in seconds. Versioned deploys, no delete tool.
Deploy HTML folders to vibie.page from Claude / Cursor — one-line install, OAuth, auto-update.
Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.
Deploy a GitHub repo to a live HTTPS URL from your AI tool; read logs, set variables, resize apps.
Deploy the small apps your agent builds: one tool call returns a live, private shareable HTTPS link.
Deploy and manage instant HTML sites with paste, upload, and ZIP deploy
Answers built from our own checks of this server.