bluetooth-mcp-server
bluetooth-mcp-server for Claude AI
Documentation
Bluetooth MCP Server
๐ 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
venv\Scripts\activate
# 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 neededRunning the Server
# Start the Bluetooth API server
python run.py
# In another terminal, start the MCP server
python bluetooth_mcp_server.pyUsing with Claude
1. Expose your server to the internet using ngrok or deploy it to a server:
ngrok http 80002. Configure Claude to use your MCP server:
npx @anthropic-ai/sdk install-model-context-protocol3. 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 suitesFor 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:
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Write tests for your feature
4. Implement your feature
5. Ensure all tests pass
6. Commit your changes (`git commit -m 'Add amazing feature'`)
7. Push to the branch (`git push origin feature/amazing-feature`)
8. 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
Frequently asked questions
What is bluetooth-mcp-server?
bluetooth-mcp-server is bluetooth-mcp-server for Claude AI
How do I install bluetooth-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is bluetooth-mcp-server open source?
Yes โ it is hosted on GitHub at https://github.com/Hypijump31/bluetooth-mcp-server and has 15 stars.
Related MCP tools
๐ OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
ๅบไบๅคงๆจกๅๆญๅปบ็่ๅคฉๆบๅจไบบ๏ผๅๆถๆฏๆ ๅพฎไฟกๅ ฌไผๅทใไผไธๅพฎไฟกๅบ็จใ้ฃไนฆใ้้ ็ญๆฅๅ ฅ๏ผๅฏ้ๆฉChatGPT/Claude/DeepSeek/ๆๅฟไธ่จ/่ฎฏ้ฃๆ็ซ/้ไนๅ้ฎ/ Gemini/GLM-4/Kimi/LinkAI๏ผ่ฝๅค็ๆๆฌใ่ฏญ้ณๅๅพ็๏ผ่ฎฟ้ฎๆไฝ็ณป็ปๅไบ่็ฝ๏ผๆฏๆๅบไบ่ชๆ็ฅ่ฏๅบ่ฟ่กๅฎๅถไผไธๆบ่ฝๅฎขๆใ
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
๐ The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
๐ฅ MaxKB is an open-source platform for building enterprise-grade agents. MaxKB ๆฏๅผบๅคงๆ็จ็ๅผๆบไผไธ็บงๆบ่ฝไฝๅนณๅฐใ for the Model Context Protocol. Enhance AI assistants with po
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP