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.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables robot navigation control and monitoring through natural language. Provides tools for robot positioning, navigation to coordinates, device status monitoring, task management, and emergency controls.Last updatedMIT
- Alicense-qualityBmaintenanceEnables control of Pollen Robotics Reachy Mini robot through high-level emotional expressions and low-level motor commands, with support for vision, audio, and text-to-speech capabilities.Last updated27MIT
- Flicense-qualityFmaintenanceEnables natural language control of Reachy Mini robots for tasks like head movement, camera capture, and performing choreographed dances or emotions. It includes local, low-latency text-to-speech capabilities with synchronized head animations for lifelike interaction.Last updated20
- Alicense-qualityBmaintenanceControl a Reachy Mini robot through natural language, with tools for head/antenna movement, gestures, emotions, camera, and command sequences.Last updated31MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Operate your Sapiens Sintéticos AI studio: generate image, article, voice, music and video.
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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