iOS Web Bluetooth (WebBLE)
Rank #7,059io.github.wklm/ios-web-bluetooth
MCP server for Web Bluetooth on iOS Safari: scaffolding, UUID lookup, extension detection.
iOS Web Bluetooth (WebBLE) is a Model Context Protocol (MCP) server published by wklm. It ranks #7,059 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. iOS Web Bluetooth (WebBLE) is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jun 3, 2026 and most recently updated on Jun 14, 2026.
Ranks ahead of 108,532 of 115,591 servers on MCP Toplist.
Use iOS Web Bluetooth (WebBLE)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ios-web-bluetooth -- npx -y @beacio/mcp[mcp_servers.ios-web-bluetooth]
command = "npx"
args = ["-y", "@beacio/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ios-web-bluetooth": {
"command": "npx",
"args": [
"-y",
"@beacio/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ios-web-bluetooth": {
"command": "npx",
"args": [
"-y",
"@beacio/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ios-web-bluetooth": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@beacio/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ios-web-bluetooth": {
"command": "npx",
"args": [
"-y",
"@beacio/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ios-web-bluetooth": {
"command": "npx",
"args": [
"-y",
"@beacio/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wklm%2Fios-web-bluetooth)<a href="https://mcptoplist.com/server/io.github.wklm%2Fios-web-bluetooth"><img src="https://mcptoplist.com/badge/io.github.wklm%2Fios-web-bluetooth.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
wklm
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Jun 14, 2026 |
| 0.1.1 | Jun 3, 2026 |
Frequently asked questions
- Who maintains iOS Web Bluetooth (WebBLE)?
- iOS Web Bluetooth (WebBLE) is maintained by wklm, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is iOS Web Bluetooth (WebBLE) listed on the Official MCP Registry?
- Yes — iOS Web Bluetooth (WebBLE) is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does iOS Web Bluetooth (WebBLE) have?
- MCP Toplist tracks 2 versions of iOS Web Bluetooth (WebBLE), most recently published on Jun 14, 2026.
- Where can I find the source code for iOS Web Bluetooth (WebBLE)?
- The source code for iOS Web Bluetooth (WebBLE) is hosted at github.com/wklm/ioswebble-sdk.