← Back to Plugins
MCP Server MCP

Warpweb

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...