Skip to content
Grok

iOS Web Bluetooth (WebBLE) for Grok

io.github.wklm/ios-web-bluetooth

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

client:Grok transport:stdio runtime:npm

Install iOS Web Bluetooth (WebBLE) in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

iOS Web Bluetooth (WebBLE) in other clients