Warpweb for Cline
io.github.northbeamsoftware/warpweb
Research, build, and deploy AI-generated websites via the Warpweb API.
client:Cline
transport:stdio
runtime:npm
Install Warpweb in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"warpweb": {
"command": "npx",
"args": [
"-y",
"warpweb-mcp"
],
"env": {
"WARPWEB_API_KEY": "<WARPWEB_API_KEY>",
"WARPWEB_API_URL": "<WARPWEB_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs