Reachy Mini MCP
Provides text-to-speech capabilities through Deepgram's API, enabling the Reachy Mini robot to speak using the speak tool.
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 MCPshow me a curious expression"
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
Give your AI a body.
This MCP server lets AI systems control Pollen Robotics' Reachy Mini robot—speak, listen, see, and express emotions through physical movement. Works with Claude, GPT, Grok, or any MCP-compatible AI.
7 tools. 30 minutes to first demo. Zero robotics expertise required.
https://reachy-mini-mcp-969sxyq.gamma.site/
For AI Systems
Token-efficient tool reference for programmatic use:
Tool | Args | Purpose |
|
| Voice + gesture, optionally listen after |
|
| STT via Deepgram Nova-2 |
| - | Camera capture (base64 JPEG) |
|
| Express emotion or play recorded move |
|
| Head positioning (degrees) |
|
| neutral / sleep / wake |
|
| Find available recorded moves |
speak()
Supports embedded move markers for choreographed speech:
speak("[move:curious1] What's this? [move:surprised1] Oh wow!")Moves fire right before their speech chunk. Use listen_after=5 to hear response.
show()
Built-in emotions (fast, local):
neutral, curious, uncertain, recognition, joy, thinking, listening, agreeing, disagreeing, sleepy, surprised, focused
Recorded moves (81 from Pollen):
show(move="loving1")
show(move="fear1")
show(move="serenity1")Use discover() to see all available moves.
Related MCP server: Reachy Mini MCP Server
Quick Start
# Install
cd reachy-mini-mcp
poetry install
# Set API key (required for speak/listen)
export DEEPGRAM_API_KEY=your_key_here
# Start simulator daemon
mjpython -m reachy_mini.daemon.app.main --sim --scene minimal
# Run MCP server
poetry run python src/server.pyArchitecture
AI (Claude/GPT/Grok) → MCP Server → SDK → Daemon → Robot/Simulator7 tools following Miller's Law—fits in working memory.
Voice Providers
Provider | Status | Use Case |
✅ Supported | xAI's expressive voice (Eve, Ara, Leo, Rex, Sal) | |
✅ Supported | TTS (Aura 2) + STT (Nova 2) |
Grok Voice is used automatically when XAI_API_KEY is set. Falls back to Deepgram otherwise.
MCP Config
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"reachy-mini": {
"command": "poetry",
"args": ["-C", "/path/to/reachy-mini-mcp", "run", "python", "src/server.py"],
"env": {
"DEEPGRAM_API_KEY": "your_key_here"
}
}
}
}Claude Code
~/.claude.json:
{
"mcpServers": {
"reachy-mini": {
"command": "poetry",
"args": ["-C", "/path/to/reachy-mini-mcp", "run", "python", "src/server.py"],
"env": {
"DEEPGRAM_API_KEY": "your_key_here"
}
}
}
}Environment Variables
Variable | Required | Default | Purpose |
| No | - | Grok Voice TTS (preferred) |
| No |
| Grok voice: ara, eve, leo, rex, sal |
| Yes* | - | STT (always required for listen) + TTS fallback |
| No |
| Daemon API endpoint |
*Required for listen(). Also required for speak() if XAI_API_KEY not set
Requirements
Python 3.10+
reachy-mini SDK (installed via poetry)
MuJoCo (for simulation)
Deepgram API key (for speak/listen)
Hardware Notes
Simulator:
mjpythonrequired on macOS for MuJoCo visualizationReal hardware: Same MCP server, daemon auto-connects
Port conflicts: Zenoh uses 7447, daemon uses 8321 by default
License
MIT License - see LICENSE
Acknowledgments
Reachy Mini SDK by Pollen Robotics (Apache 2.0)
Grok Voice integration pattern from dillera's reachy_mini_conversation_app
Links
Reachy Mini SDK (Apache 2.0)
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
- 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-qualityDmaintenanceControl a Reachy Mini robot through natural language, with tools for head/antenna movement, gestures, emotions, camera, and command sequences.Last updated31MIT
- AlicenseAqualityDmaintenanceEnables controlling robots in ROS environments through natural language, supporting topics, services, actions, and GUI tools.Last updated2435MIT
- Alicense-qualityAmaintenanceMCP server for Reachy Mini robot that exposes robot state and motion control to LLM frontends like Claude Desktop.Last updatedMIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Persistent AI entity framework with causal memory, emotional state, and identity.
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/jackccrawford/reachy-mini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server