mcp-over-ble

ironasam43/mcp-over-ble
★ 0 stars Swift AI/LLM Updated today
MCP over BLE PoC — a device announces itself as an MCP server over Bluetooth LE (schema-as-driver)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-over-ble": {
      "command": "npx",
      "args": [
        "-y",
        "ironasam43/mcp-over-ble"
      ]
    }
  }
}

README Excerpt

**MCP (Model Context Protocol) over Bluetooth Low Energy — a proof of concept.** When thinking about AI-operable devices, putting a dedicated bridge (effectively a device driver) on the PC side for every device leads to "driver hell for the AI era." This PoC demonstrates the opposite architecture: > **The device itself claims to be an MCP server, and self-reports its capabilities as JSON Schema via `tools/list`. The schema itself becomes the driver.**

Tools (1)

initialize