Ble MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 137 installs a week from pypi. Last commit 30 Mar 2026.
Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
self.proc = subprocess.Popen(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ble-mcp-server -- uvx ble-mcp-server
{
"mcpServers": {
"ble-mcp-server": {
"args": [
"ble-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.ble-mcp-server]
command = "uvx"
args = ["ble-mcp-server"]
{
"mcpServers": {
"ble-mcp-server": {
"args": [
"ble-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"ble-mcp-server": {
"args": [
"ble-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
BLE_MCP_ALLOW_WRITES (Enable BLE characteristic writes (off by default for safety)), BLE_MCP_WRITE_ALLOWLIST (Comma-separated UUID allowlist for writable characteristics), BLE_MCP_PLUGINS (Plugin policy: 'all' or comma-separated plugin names. Unset = disabled.), BLE_MCP_TOOL_SEPARATOR (Tool name separator character (default '_'). Set to '.' if your client supports dots.), BLE_MCP_MAX_SESSIONS (Maximum concurrent MCP sessions (default 1).), BLE_MCP_AUTH_TOKEN (Password for OAuth approval page. Required unless --no-auth is used.).
The author declared them in the registry entry; get the values from the project itself.
Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.
Let AI agents interact with serial devices — list ports, connect, send, and read.
Couchbase MCP Server - Enable AI agents to connect to and interact with Couchbase clusters.
Let AI agents see and interact with terminal/CLI apps via PNG screenshots
Context-aware secret scanner: lets an AI agent scan, verify, and rewrite secrets before committing.
Build smart-glasses apps with AI agents: scaffold, validate, and simulate before real hardware.
Let AI agents interact with any website through natural language instead of CSS selectors
Interact with Apple's App Store Connect API
Answers built from our own checks of this server.