mcp-connected-hearts
v1.0.1
Published
MCP to control Connected Hearts
Readme
mcp-connected-hearts
this is a MCP tool to control a Wi-Fi-connected ESP32 Heart PCB with AI assistants like Claude
This tool is part of my personal project Connected Heart, which I built for Highway.
It lets AI talk to the heart and make it feel alive!!! yayyyy
What it can do
- Show text on the OLED
- Set RGB lights (named colors or custom values)
- Trigger a buzzer
- Read the state of 4 buttons
Getting Started
Make sure your ESP32 is running the heart firmware and connected to Wi-Fi.
Then run:
npx mcp-connected-heartsUse it with Claude
- Open Settings → Developer → Edit Config
- Add this to your config:
{
"mcpServers": {
"hearts": {
"command": "npx",
"args": ["mcp-connected-hearts"]
}
}
}- Save the file and restart Claude
What you can ask Claude
Once everything’s connected, try saying things like:
Show I love AI on heartMake the heart glow blueBuzz the heartWhat buttons are being pressed?Set the RGB to 255, 100, 50
Credits
Made with 💓 by Anirudh Sahu
Part of my Connected Heart project for Highway and of toolsmith
