Skip to content
Windsurf

iOS Web Bluetooth (WebBLE) for Windsurf

io.github.wklm/ios-web-bluetooth

MCP server to ship Web Bluetooth on iPhone Safari via the WebBLE extension.

client:Windsurf transport:stdio runtime:npm

Install iOS Web Bluetooth (WebBLE) in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "ios-web-bluetooth": {
      "command": "npx",
      "args": [
        "-y",
        "@ios-web-bluetooth/mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

iOS Web Bluetooth (WebBLE) in other clients