mcpbeat Sign in

Warpweb MCP Server

by northbeamsoftware Your server? Claim it
local only

Warpweb runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 22 May 2026.

Research, build, and deploy AI-generated websites via the Warpweb API.

Installs per day peak 17 · avg 5 · -61% w/w
a month agotoday
29
Installs / week
npm · warpweb-mcp
1
Stars
0 open issues
22 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Warpweb every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add warpweb -- npx -y warpweb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "warpweb": {
      "args": [
        "-y",
        "warpweb-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.warpweb]
command = "npx"
args = ["-y", "warpweb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "warpweb": {
      "args": [
        "-y",
        "warpweb-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "warpweb": {
      "args": [
        "-y",
        "warpweb-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WARPWEB_API_KEY (Your Warpweb API key, issued at https://warpweb.ai/app. Format: wwk_...), WARPWEB_API_URL (Override the API base URL (defaults to https://api.warpweb.ai/v1). For testing/staging only.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Warpweb

same job, measured the same way
DreamAgent
by nivethaug

Build and deploy websites, Telegram and Discord bots from chat via the DreamAgent platform.

12 tools answering
Connic
by connic

Build, test, deploy, and operate Connic agents.

answering
VibeKit
by vibekit-bot

Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.

36 tools answering
Apify
by mcparmory

Build, deploy, and run web scraping and automation actors in the cloud

258 installs/wk local only
Floom
by floomhq

Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.

26 installs/wk local only
Layero
by layero

Deploy and operate sites on Layero — hosting with build servers in Russia: domains, env, Data API.

34 tools answering
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
D
Yeku
by yeku

deploy the software your AI builds you

answering

Warpweb — questions

Answers built from our own checks of this server.

Why is there no uptime for Warpweb?
Warpweb runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package warpweb-mcp was installed 29 times last week.
How do I connect Warpweb?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls warpweb-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Warpweb?
The npm package warpweb-mcp was installed 29 times in the last week. Week over week that is -61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Warpweb open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.