Ble MCP Server
Rank #9,386io.github.es617/ble-mcp-server
MCP server providing ble-server capabilities
Ble MCP Server is a Model Context Protocol (MCP) server published by es617. It ranks #9,386 of 76,851 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Ble MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Feb 6, 2026 and most recently updated on Mar 30, 2026.
Ranks ahead of 67,465 of 76,851 servers on MCP Toplist.
Use Ble MCP Server
Add Ble MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"ble-mcp-server": {
"command": "uvx",
"args": [
"ble-mcp-server"
],
"env": {
"BLE_MCP_ALLOW_WRITES": "<your BLE_MCP_ALLOW_WRITES>",
"BLE_MCP_WRITE_ALLOWLIST": "<your BLE_MCP_WRITE_ALLOWLIST>",
"BLE_MCP_PLUGINS": "<your BLE_MCP_PLUGINS>",
"BLE_MCP_TOOL_SEPARATOR": "<your BLE_MCP_TOOL_SEPARATOR>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ble-mcp-server": {
"command": "uvx",
"args": [
"ble-mcp-server"
],
"env": {
"BLE_MCP_ALLOW_WRITES": "<your BLE_MCP_ALLOW_WRITES>",
"BLE_MCP_WRITE_ALLOWLIST": "<your BLE_MCP_WRITE_ALLOWLIST>",
"BLE_MCP_PLUGINS": "<your BLE_MCP_PLUGINS>",
"BLE_MCP_TOOL_SEPARATOR": "<your BLE_MCP_TOOL_SEPARATOR>",
"BLE_MCP_MAX_SESSIONS": "<your BLE_MCP_MAX_SESSIONS>",
"BLE_MCP_AUTH_TOKEN": "<your BLE_MCP_AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ble-mcp-server": {
"command": "uvx",
"args": [
"ble-mcp-server"
],
"env": {
"BLE_MCP_ALLOW_WRITES": "<your BLE_MCP_ALLOW_WRITES>",
"BLE_MCP_WRITE_ALLOWLIST": "<your BLE_MCP_WRITE_ALLOWLIST>",
"BLE_MCP_PLUGINS": "<your BLE_MCP_PLUGINS>",
"BLE_MCP_TOOL_SEPARATOR": "<your BLE_MCP_TOOL_SEPARATOR>",
"BLE_MCP_MAX_SESSIONS": "<your BLE_MCP_MAX_SESSIONS>",
"BLE_MCP_AUTH_TOKEN": "<your BLE_MCP_AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (2 delisted)
es617
Other servers by es617
- Obsidian Sync MCP#3,115 · 3 vers
- Serial MCP Server#12,245 · 3 vers
- Dbgprobe MCP Server#12,648 · 5 vers
- cc-tap#18,053 · 1 ver
Available versions (6)
| Version | Published |
|---|---|
| 0.3.0 | Mar 30, 2026 |
| 0.2.0 | Mar 20, 2026 |
| 0.1.5 | Mar 7, 2026 |
| 0.1.4 | Mar 6, 2026 |
| 0.1.1 | Feb 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ble MCP Server?
- Ble MCP Server is maintained by es617, which publishes 5 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Ble MCP Server listed on the Official MCP Registry?
- Yes — Ble MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Ble MCP Server have?
- MCP Toplist tracks 6 versions of Ble MCP Server, most recently published on Mar 30, 2026.
- Where can I find the source code for Ble MCP Server?
- The source code for Ble MCP Server is hosted at github.com/es617/ble-mcp-server.git.