MCP.so
ログイン

Bluetooth Low Energy (BLE) MCP server -- scan, connect and interact with BLE peripherals

@stass

Bluetooth Low Energy (BLE) MCP server -- scan, connect and interact with BLE peripherals について

Mac OS X command line BLE tool and MCP server

基本情報

カテゴリ

その他

ライセンス

BSD-2-Clause

ランタイム

swift

トランスポート

stdio

公開者

stass

投稿者

Stanislav Sedov

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "blew": {
      "command": "/path/to/blew",
      "args": [
        "mcp"
      ]
    }
  }
}

ツール

17

Scan for nearby BLE devices

Connect to a device by ID, name, or filters

Disconnect from current device

Show connection status

List GATT services

Full GATT tree with optional values

List characteristics of a service

List descriptors of a characteristic

Look up Bluetooth SIG characteristic spec (no device needed)

Read a characteristic value

Write to a characteristic

Collect notifications (returns batch)

Start advertising as a peripheral

Clone a real device's GATT structure

Stop advertising

Update a peripheral characteristic value

Update value and notify subscribers

概要

What is Bluetooth Low Energy (BLE) MCP server?

The Bluetooth Low Energy (BLE) MCP server is

コメント

「その他」の他のコンテンツ