iOS Web Bluetooth (WebBLE) for VS Code
io.github.wklm/ios-web-bluetooth
MCP server to ship Web Bluetooth on iPhone Safari via the WebBLE extension.
client:VS Code
transport:stdio
runtime:npm
Install iOS Web Bluetooth (WebBLE) in VS Code
.vscode/mcp.json
{
"servers": {
"ios-web-bluetooth": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ios-web-bluetooth/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs