← Back to Plugins
MCP Server MCP

io.github.es617/ble-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx ble-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ble-mcp-server",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Enable BLE characteristic writes (off by default for safety)",
          "format": "string",
          "name": "BLE_MCP_ALLOW_WRITES"
        },
        {
          "description": "Comma-separated UUID allowlist for writable characteristics",
          "format": "string",
          "name": "BLE_MCP_WRITE_ALLOWLIST"
        },
        {
          "description": "Plugin policy: 'all' or comma-separated plugin names. Unset = disabled.",
          "format": "string",
          "name": "BLE_MCP_PLUGINS"
        },
        {
          "description": "Tool name separator character (default '_'). Set to '.' if your client supports dots.",
          "format": "string",
          "name": "BLE_MCP_TOOL_SEPARATOR"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "ble-mcp-server",
      "version": "0.3.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:8000/mcp"
      },
      "environmentVariables": [
        {
          "description": "Enable BLE characteristic writes (off by default for safety)",
          "format": "string",
          "name": "BLE_MCP_ALLOW_WRITES"
        },
        {
          "description": "Comma-separated UUID allowlist for writable characteristics",
          "format": "string",
          "name": "BLE_MCP_WRITE_ALLOWLIST"
        },
        {
          "description": "Plugin policy: 'all' or comma-separated plugin names. Unset = disabled.",
          "format": "string",
          "name": "BLE_MCP_PLUGINS"
        },
        {
          "description": "Tool name separator character (default '_'). Set to '.' if your client supports dots.",
          "format": "string",
          "name": "BLE_MCP_TOOL_SEPARATOR"
        },
        {
          "description": "Maximum concurrent MCP sessions (default 1).",
          "format": "string",
          "name": "BLE_MCP_MAX_SESSIONS"
        },
        {
          "description": "Password for OAuth approval page. Required unless --no-auth is used.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BLE_MCP_AUTH_TOKEN"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "ble-mcp-server",
      "version": "0.3.0",
      "transport": {
        "type": "sse",
        "url": "http://localhost:8000/sse"
      },
      "environmentVariables": [
        {
          "description": "Enable BLE characteristic writes (off by default for safety)",
          "format": "string",
          "name": "BLE_MCP_ALLOW_WRITES"
        },
        {
          "description": "Comma-separated UUID allowlist for writable characteristics",
          "format": "string",
          "name": "BLE_MCP_WRITE_ALLOWLIST"
        },
        {
          "description": "Plugin policy: 'all' or comma-separated plugin names. Unset = disabled.",
          "format": "string",
          "name": "BLE_MCP_PLUGINS"
        },
        {
          "description": "Tool name separator character (default '_'). Set to '.' if your client supports dots.",
          "format": "string",
          "name": "BLE_MCP_TOOL_SEPARATOR"
        },
        {
          "description": "Maximum concurrent MCP sessions (default 1).",
          "format": "string",
          "name": "BLE_MCP_MAX_SESSIONS"
        },
        {
          "description": "Password for OAuth approval page. Required unless --no-auth is used.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BLE_MCP_AUTH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...