iOS Web Bluetooth (WebBLE)

iOS Web Bluetooth (WebBLE)

Local
@wklm7TypeScriptUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ios-web-bluetooth/mcpv0.1.1

Run

npx -y @ios-web-bluetooth/mcp

MCP client config

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