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 who work with agent plugins, ble and bluetooth low energy and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-09-09 · ★ 10 · #95 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18
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.5 · 2026-09-09
Standalone Windows distribution and provenance release. BLE behavior, write guards, Evidence Format v1, and platform support claims are unchanged. · Adds a Python-free Windows x86_64 ble.exe archive. · Verifies ble…
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…
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
- repository
- github.com/nitmi/blea
- website
- https://github.com/Nitmi/blea
- category
- automation - ranked #95 of 227 actively-maintained automation servers as of 2026-09-18.
- release cadence
- 6 releases in the last 90 days (latest 2026-09-09)
- registry
- io.github.Nitmi/blea (active, first published 2026-08-09 · 3 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-09-18, its last commit was 2026-09-09 and it shipped 6 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
Alternatives to BLEA
Maintained automation servers if BLEA isn't the fit.
- Claude Flow AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev. ★ 72,753 · 2026-09-18
- GitHub Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language. ★ 33,015 · 2026-09-16
- Windows MCP An MCP Server for computer-use in Windows OS ★ 7,034 · 2026-09-16
- Claude Code Ultimate Guide Search the Claude Code Ultimate Guide and machine-readable references from any MCP client. ★ 5,990 · 2026-09-17
- Ha MCP Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants. ★ 4,770 · 2026-09-18
- Stripe Agent Toolkit MCP server integrating with Stripe - tools for customers, products, payments, and more. ★ 1,822 · 2026-09-17
More automation MCP servers · No Click · Ghost · KiCad MCP Pro · Clio MCP · Mycase MCP
More Python MCP servers · Jitapi · No Human · Noisy Coding · Local FAISS MCP Server · see all