drio
Open app

MCP BLE Server

Source

Catalog onlyCatalog onlySTDIO

Overview

MCP BLE Server is a Node.js-based server that implements the Message Control Protocol (MCP) with Bluetooth Low Energy (BLE) support, enabling wireless communication with compatible devices.

To use MCP BLE Server, clone the repository, install the dependencies, and start the server. Then, connect to the BLE device using a compatible client.

  • BLE connectivity support - Message routing and handling - Device management - Secure communication - Error handling and logging
  1. Connecting IoT devices via BLE for data exchange.
  2. Managing multiple BLE devices in a network.
  3. Implementing secure communication protocols for BLE applications.

Add to your AI client

Use these steps to connect MCP BLE Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-ble-server-jbeur": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-ble-server-jbeur"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-ble-server-jbeur": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-ble-server-jbeur"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-ble-server-jbeur": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-ble-server-jbeur"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-ble-server-jbeur": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-ble-server-jbeur"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-ble-server-jbeur": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-ble-server-jbeur"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-ble-server-jbeur": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-ble-server-jbeur"
      ]
    }
  }
}

FAQ

What are the prerequisites for using MCP BLE Server?

You need Node.js (v14 or higher), npm or yarn, a Bluetooth-capable device, and an operating system with BLE support.

Is there a specific operating system required?

Any operating system that supports BLE can be used, such as recent versions of Windows, macOS, or Linux.

How can I contribute to the project?

Please read the CONTRIBUTING.md file for details on the code of conduct and the process for submitting pull requests.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3781,"uuid":"d93c7b4b-0dc9-4cb0-84a6-743c2c40a16f","name":"mcp-ble-server","title":"MCP BLE Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/120149409?v=4","created_at":"$D2025-03-21T16:43:29.846Z","updated_at":"$D2025-03-21T16:57:23.062Z","status":"created","author_name":"jbeur","author_avatar_url":"https://avatars.githubusercontent.com/u/120149409?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/jbeur/mcp-ble-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-11 17:39:41\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]