Skip to content
Cursor

iOS Web Bluetooth (WebBLE) for Cursor

io.github.wklm/ios-web-bluetooth

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

client:Cursor transport:stdio runtime:npm

Install iOS Web Bluetooth (WebBLE) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

iOS Web Bluetooth (WebBLE) in other clients