BLEA MCP Server

BLEA - Bluetooth Low Energy Automation - is a universal Agent Plugin for safe, deterministic BLE work. It gives AI agents a portable Skill, a machine-readable CLI, a local MCP server, guarded automation, and offline evidence capture, diff, and replay.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 10 · #70 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install BLEA

Claude Code

claude mcp add nitmi-blea -- uvx blea

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nitmi-blea": {
      "command": "uvx",
      "args": [
        "blea"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-08 - young repo, little track record yet

license MIT - declared in the repository

pypi package blea - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Nitmi is GitHub-verified and matches the repo owner

03 · What BLEA can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.4 · 2026-08-09

BLEA 0.6.4 · Plugin presentation patch. BLE operations, write guards, Evidence Format v1, and platform support · claims are unchanged. · Added · Add a Bluetooth-first BLEA icon for Codex plugin cards and composer…

v0.6.3 · 2026-08-09

BLEA 0.6.3 is a Registry namespace correction patch. BLE operations, write guards, and Evidence · Format v1 are unchanged. · Fixed · Preserve the canonical GitHub login casing in io.github.Nitmi/blea, matching the…

v0.6.2 · 2026-08-09

BLEA 0.6.2 is a registry and discovery release. BLE operations, write guards, and Evidence Format · v1 are unchanged. · Added · Official MCP Registry publication metadata and a release job that publishes with GitHub…

04 · Who maintains BLEA

BLEA is maintained by nitmi. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
automation - ranked #70 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-09)
registry
io.github.Nitmi/blea (active, first published 2026-08-09 · 2 versions)
packages
pypi:blea

06 · BLEA FAQ

What is BLEA?

BLEA - Bluetooth Low Energy Automation - is a universal Agent Plugin for safe, deterministic BLE work. It gives AI agents a portable Skill, a machine-readable CLI, a local MCP server, guarded automation, and offline evidence capture, diff, and replay.

Is BLEA still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-10 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install BLEA?

Run `uvx blea`. You can also paste the ready-made client config above.

Does BLEA run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to BLEA

More automation MCP servers · KiCad MCP Pro · Clio MCP · Mycase MCP · Omni Signal · Gretl MCP

More Python MCP servers · Jitapi · No Human · Noisy Coding · Local FAISS MCP Server · Culprit · see all