Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.
{
"mcpServers": {
"io-github-es617-ble-mcp-server": {
"args": [
"-y",
"@modelcontextprotocol/inspector"
],
"command": "npx"
}
}
}Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.
Is it safe?
No known CVEs for ble-mcp-server.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 4 days ago. 8 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
6 tools. ~300 tokens (0.1% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx ble-mcp-server 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
ble_scanScan for nearby BLE devices, with optional name or service UUID filters
ble_connectConnect to a BLE device and discover its services and characteristics
ble_readRead characteristic values from a connected BLE device
ble_writeWrite characteristic values to a connected BLE device (requires BLE_MCP_ALLOW_WRITES)
ble_subscribeSubscribe to notifications and collect streaming data from BLE characteristics
ble_attach_specAttach protocol specs to understand device-specific commands and data formats
This server is missing a description.If you've used it, help the community.
Add informationLast scanned 11h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.