What is the Warpweb MCP server?
Research, build, and deploy AI-generated websites via the Warpweb API.
How to install Warpweb
Copy-paste configuration for popular MCP clients.
WARPWEB_API_KEYrequiredsecretYour Warpweb API key, issued at https://warpweb.ai/app. Format: wwk_...
WARPWEB_API_URLOverride the API base URL (defaults to https://api.warpweb.ai/v1). For testing/staging only.
{
"mcpServers": {
"warpweb": {
"command": "npx",
"args": [
"-y",
"warpweb-mcp"
],
"env": {
"WARPWEB_API_KEY": "<YOUR_WARPWEB_API_KEY>",
"WARPWEB_API_URL": "<YOUR_WARPWEB_API_URL>"
}
}
}
}{
"mcpServers": {
"warpweb": {
"command": "npx",
"args": [
"-y",
"warpweb-mcp"
],
"env": {
"WARPWEB_API_KEY": "<YOUR_WARPWEB_API_KEY>",
"WARPWEB_API_URL": "<YOUR_WARPWEB_API_URL>"
}
}
}
}{
"mcpServers": {
"warpweb": {
"command": "npx",
"args": [
"-y",
"warpweb-mcp"
],
"env": {
"WARPWEB_API_KEY": "<YOUR_WARPWEB_API_KEY>",
"WARPWEB_API_URL": "<YOUR_WARPWEB_API_URL>"
}
}
}
}{
"servers": {
"warpweb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"warpweb-mcp"
],
"env": {
"WARPWEB_API_KEY": "<YOUR_WARPWEB_API_KEY>",
"WARPWEB_API_URL": "<YOUR_WARPWEB_API_URL>"
}
}
}
}claude mcp add warpweb --env WARPWEB_API_KEY=<YOUR_WARPWEB_API_KEY> --env WARPWEB_API_URL=<YOUR_WARPWEB_API_URL> -- npx -y warpweb-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.