Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.
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).
Run
uvx ble-mcp-server
MCP client config
{
"mcpServers": {
"ble-mcp-server": {
"command": "uvx",
"args": [
"ble-mcp-server"
]
}
}
}Run
uvx ble-mcp-server
MCP client config
{
"mcpServers": {
"ble-mcp-server": {
"command": "uvx",
"args": [
"ble-mcp-server"
]
}
}
}Run
uvx ble-mcp-server
MCP client config
{
"mcpServers": {
"ble-mcp-server": {
"command": "uvx",
"args": [
"ble-mcp-server"
]
}
}
}