Bluetooth MCP Server
Model Context Protocol Server for Bluetooth Device Detection
π Overview
This project implements a Model Context Protocol (MCP) server that enables Claude and other AI assistants to scan and interact with Bluetooth devices in your vicinity. Built with a Test-Driven Development approach, it provides a robust, tested interface for Bluetooth operations across multiple platforms.
β¨ Features
- π‘ Multi-protocol scanning: Detect both BLE and Classic Bluetooth devices
- π Flexible filtering: Filter devices by name, type, or other attributes
- π Automatic device recognition: Identify and categorize common devices (like Freebox, TVs, etc.)
- π± Enhanced device information: Get manufacturer info, device type, and detailed characteristics
- π₯οΈ Cross-platform support: Works on Windows, macOS, and Linux
- β‘ Platform-specific optimizations: Enhanced detection capabilities on Windows
- π€ MCP Integration: Seamless integration with Claude and compatible AI assistants
π Requirements
- Python 3.7+
- Bluetooth adapter (built-in or external)
- Admin/sudo privileges (required for some Bluetooth operations)
- Internet connection (for package installation)
π Quick Start
Installation
# Clone the repository
git clone https://github.com/yourusername/bluetooth-mcp-server.git
cd bluetooth-mcp-server
# Create and activate virtual environment
python -m venv venv
# On Windows
venvScriptsactivate
# On macOS/Linux
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Configure environment variables
cp .env.example .env
# Edit the .env file as needed
Running the Server
# Start the Bluetooth API server
python run.py
# In another terminal, start the MCP server
python bluetooth_mcp_server.py
Using with Claude
Expose your server to the internet using ngrok or deploy it to a server:
ngrok http 8000Configure Claude to use your MCP server:
npx @anthropic-ai/sdk install-model-context-protocol <YOUR_SERVER_URL>Ask Claude to scan for Bluetooth devices:
Could you scan for nearby Bluetooth devices?
π§ͺ Testing
This project follows a Test-Driven Development (TDD) approach with comprehensive test coverage:
# Run all tests
pytest
# Run specific test categories
pytest tests/api/ # API tests
pytest tests/models/ # Data model tests
pytest tests/services/ # Service logic tests
pytest tests/utils/ # Utility function tests
ποΈ Architecture
The project follows a modular architecture with clear separation of concerns:
bluetooth-mcp-server/
βββ app/ # Main application package
β βββ api/ # FastAPI endpoints
β βββ core/ # Core configuration
β βββ data/ # Static data (Bluetooth identifiers, etc.)
β βββ models/ # Data models
β βββ services/ # Business logic
β βββ utils/ # Utility functions
βββ mcp_sdk/ # MCP integration SDK
βββ tests/ # Test suites
For detailed architecture information, see architecture.md.
π§ Troubleshooting
Bluetooth Issues
- βAccess deniedβ errors: Run the server with admin/sudo privileges
- Adapter not detected: Ensure Bluetooth is enabled in your system settings
- No devices found: Make sure there are discoverable Bluetooth devices nearby
- Windows-specific issues: Check that Bluetooth services are active (
services.msc)
MCP Issues
- Tool not detected by Claude: Verify your MCP server URL is correct and accessible
- Execution errors: Check the server logs for detailed error information
π₯ Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Write tests for your feature
- Implement your feature
- Ensure all tests pass
- Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Acknowledgements
- FastAPI for the API framework
- Bleak for cross-platform Bluetooth functionality
- Anthropic Claude for MCP integration support
Bluetooth MCP Server
Project Details
- Hypijump31/bluetooth-mcp-server
- Last Updated: 3/30/2025
Recomended MCP Servers
Diff & patch JavaScript objects
This package lets you start Vapi calls directly in your Python application.
An MCP server for interacting with GitHub Actions workflows
Model Context Protocol (MCP) server for Alpaca trading API
Shortcuts + MCP = β₯οΈ
mcp-gitee is a Model Context Protocol (MCP) server implementation for Gitee. It provides a set of tools that...
mcp-neo4j-server





