Warpweb for Cursor
io.github.northbeamsoftware/warpweb
Research, build, and deploy AI-generated websites via the Warpweb API.
client:Cursor
transport:stdio
runtime:npm
Install Warpweb in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"warpweb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"warpweb-mcp"
],
"env": {
"WARPWEB_API_KEY": "<WARPWEB_API_KEY>",
"WARPWEB_API_URL": "<WARPWEB_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs