Bluetooth MCP ServerServer

Hypijump31
GitHub
BluetoothIoTAI Integration

Loading subscription status...

💡 Description

This project implements a Model Context Protocol (MCP) server that allows AI assistants like Claude to scan for and interact with nearby Bluetooth devices, providing a robust and tested interface for Bluetooth operations across multiple platforms.

📝 JSON Entries

{
  "mcpServers": [
    {
      "bluetooth-mcp-server": {
        "env": {
          "SECRET_KEY": "<YOUR_SECRET_KEY>"
        },
        "args": [],
        "command": "python bluetooth_mcp_server.py"
      }
    }
  ]
}

🛠️ Tools

ngrokpytest

Features

  • Multi-protocol scanning of BLE and classic Bluetooth devices
  • Flexible filtering by name, type, or other attributes
  • Automatic device recognition for common devices
  • Enhanced device information retrieval
  • Cross-platform support for Windows, macOS, and Linux
  • Platform-specific optimizations for detection

💬 Example Queries

  • Could you scan for nearby Bluetooth devices?