Reachy Mini MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Reachy Mini MCPwiggle your antennas"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Reachy Mini MCP Server
MCP (Model Context Protocol) server for controlling Reachy Mini robot from Claude.
Installation
uv syncRelated MCP server: Reachy Mini MCP
Usage
With Claude Code
Add to ~/.claude/claude_code_config.json:
{
"mcpServers": {
"reachy-mini": {
"command": "uv",
"args": ["run", "--directory", "/path/to/reachy-mini-mcp", "reachy-mini-mcp"],
"env": {
"REACHY_HOST": "localhost"
}
}
}
}Environment Variables
REACHY_HOST- Daemon host (default:localhost)REACHY_PORT- Daemon port (default:8000)REACHY_SSH_USER- SSH username for streaming commands (default:reachy)
Available Tools
Tool | Description |
| Get daemon health status |
| Get full robot state |
| Move head (pitch, roll, yaw) |
| Look at world coordinates |
| Rotate body yaw |
| Play animation (wave, nod, dance) |
| Happy antenna expression |
| Sad antenna expression |
| Wiggle antennas |
| Enable motors (stiff) |
| Disable motors (limp) |
| Enable soft mode |
| Capture camera frame |
| Text-to-speech |
| Play sound file |
| Start WebRTC video/audio streaming |
| Stop WebRTC streaming |
| Check if stream is running |
Requirements
Reachy Mini daemon running on port 8000
Python 3.10+
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kayacancode/reachy-mini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server