blueSPY MCP Server
@NovelBits
About blueSPY MCP Server
MCP server for the BlueSPY Bluetooth LE protocol analyzer. Gives AI assistants direct access to .pcapng capture analysis — load captures, classify packets, inspect connections, analyze advertising data, and find errors through natural conversation. Supports both file analysis and
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bluespy": {
"command": "bluespy-mcp",
"env": {
"BLUESPY_LIBRARY_PATH": "/Applications/blueSPY.app/Contents/Frameworks/libblueSPY.dylib"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is blueSPY MCP Server?
The blueSPY MCP Server connects AI assistants to the BlueSPY Bluetooth LE sniffer, enabling protocol analysis of Bluetooth Low Energy traffic. It supports both file-based analysis of .pcapng captures and live capture with compatible hardware.
How to use blueSPY MCP Server?
Install via pip install bluespy-mcp. Ensure the BlueSPY application is installed (it provides libblueSPY.dylib). For live capture, BlueSPY Moreph hardware is required; file analysis works without it.
Key features of blueSPY MCP Server
- Load and analyze .pcapng capture files
- List devices, connections, and errors
- Inspect advertising data and connection parameters
- Live hardware capture with real-time analysis
- Search packets by type, channel, or content
Use cases of blueSPY MCP Server
- Analyze Bluetooth LE capture files to identify devices and protocol errors
- Inspect advertising data and connection parameters for debugging
- Perform real-time monitoring of Bluetooth LE traffic with BlueSPY hardware
- Search captured packets by specific type, channel, or payload content
FAQ from blueSPY MCP Server
What are the requirements to use the blueSPY MCP Server?
The BlueSPY application must be installed (it provides libblueSPY.dylib). The Python package is installed via `pip
Frequently asked questions
What are the requirements to use the blueSPY MCP Server?
The BlueSPY application must be installed (it provides libblueSPY.dylib). The Python package is installed via `pip
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments