Windsurf

IDE

Configure Windsurf to use HTFlow MCP for website generation.

Endpoint

https://mcp.htflow.com/mcp

Config path

Windsurf MCP settings

Setup guide

Connect Windsurf to HTFlow

API tokens
1

Open Windsurf and start a New Cascade. Click the three-dot menu (···) in the top-right corner of the Cascade panel. At the bottom you'll see "0 MCPs" — click the settings icon next to it.

Windsurf setup step 1
2

This opens the mcp_config.json file at ~/.codeium/windsurf/mcp_config.json. Paste the config below and replace YOUR_TOKEN with your real HTFlow API token. Windsurf uses serverUrl instead of url.

Windsurf setup step 2
mcp_config.json
{
  "mcpServers": {
    "htflow": {
      "disabled": false,
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      },
      "serverUrl": "https://mcp.htflow.com/mcp"
    }
  }
}
3

Save the config and restart Windsurf. The MCP count should update to show "1 MCPs". You can now ask Cascade to generate a full website through HTFlow MCP.

Config snippet

mcp_config.json
{
  "mcpServers": {
    "htflow": {
      "disabled": false,
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      },
      "serverUrl": "https://mcp.htflow.com/mcp"
    }
  }
}