iOS Web Bluetooth (WebBLE) for Zed
io.github.wklm/ios-web-bluetooth
MCP server to ship Web Bluetooth on iPhone Safari via the WebBLE extension.
client:Zed
transport:stdio
runtime:npm
Install iOS Web Bluetooth (WebBLE) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ios-web-bluetooth": {
"command": "npx",
"args": [
"-y",
"@ios-web-bluetooth/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs