sitelauncher-mcp-server
About
Deploy live HTTPS websites in seconds. Instant subdomains or custom .xyz domains via USDC.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SITELAUNCHER_API_URLClaude Code
claude mcp add --env SITELAUNCHER_API_URL= sitelauncher-mcp-server -- npx sitelauncher-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"sitelauncher-mcp-server","command":"npx","args":["sitelauncher-mcp-server"],"env":{"SITELAUNCHER_API_URL":""}}'
JSON
{
"mcpServers": {
"sitelauncher-mcp-server": {
"command": "npx",
"args": [
"sitelauncher-mcp-server"
],
"env": {
"SITELAUNCHER_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.