- Bluetooth Low Energy (BLE) MCP server -- scan, connect and interact with BLE peripherals
Bluetooth Low Energy (BLE) MCP server -- scan, connect and interact with BLE peripherals
Blew MCP server allows AI tools and agents to scan for Bluetooth Low Energy (BLE) devices, connect to them, read the GATT tree and characteristics, read/write characteristics values and more. It's useful when developing BLE devices or doing security research/reverse engineering.
Main features:
* Scan for BLE devices with filtering by name, service UUID, RSSI, manufacturer
* Connect to devices and walk the full GATT tree (services, characteristics, descriptors)
* Read and write characteristic values with automatic format detection
* Subscribe to notifications and collect batches
* Look up Bluetooth SIG specs for any characteristic UUID
* Spin up a BLE peripheral and advertise custom services from your Mac
* Clone a real device's GATT structure and impersonate it
* Push value updates and notify connected subscribers
Server Config
{
"mcpServers": {
"blew": {
"command": "/path/to/blew",
"args": [
"mcp"
]
}
}
}Project Info
Created At
3 months agoUpdated At
3 months agoAuthor Name
stassStar
-Language
-License
-Homepage
https://github.com/stass/blewRecommend Servers
View AllTavily Mcp
@tavily-ai
JavaScript
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago