← Back to browse

ble-mcp-server

Indexed by io.github.es617

About

Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBLE_MCP_ALLOW_WRITES BLE_MCP_WRITE_ALLOWLIST BLE_MCP_PLUGINS BLE_MCP_TOOL_SEPARATOR
Claude Code
claude mcp add --env BLE_MCP_ALLOW_WRITES= --env BLE_MCP_WRITE_ALLOWLIST= --env BLE_MCP_PLUGINS= --env BLE_MCP_TOOL_SEPARATOR= ble-mcp-server -- uvx ble-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ble-mcp-server","command":"uvx","args":["ble-mcp-server"],"env":{"BLE_MCP_ALLOW_WRITES":"","BLE_MCP_WRITE_ALLOWLIST":"","BLE_MCP_PLUGINS":"","BLE_MCP_TOOL_SEPARATOR":""}}'
JSON
{
  "mcpServers": {
    "ble-mcp-server": {
      "command": "uvx",
      "args": [
        "ble-mcp-server"
      ],
      "env": {
        "BLE_MCP_ALLOW_WRITES": "",
        "BLE_MCP_WRITE_ALLOWLIST": "",
        "BLE_MCP_PLUGINS": "",
        "BLE_MCP_TOOL_SEPARATOR": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.