MCP Server
MCP
Warpweb
Research, build, and deploy AI-generated websites via the Warpweb API.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "warpweb-mcp",
"version": "0.1.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Warpweb API key, issued at https://warpweb.ai/app. Format: wwk_...",
"isRequired": true,
"isSecret": true,
"name": "WARPWEB_API_KEY"
},
{
"description": "Override the API base URL (defaults to https://api.warpweb.ai/v1). For testing/staging only.",
"name": "WARPWEB_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment