Control the [Reachy Mini](https://www.pollen-robotics.com/reachy-mini/) robot (or simulator) from Claude, ChatGPT, or any MCP-compatible client.
Most AI and media services work still happens through a UI a human drives. Reachy Mini MCP MCP server moves it into the conversation instead. Control the Reachy Mini robot (or simulator) from Claude, ChatGPT, or any MCP-compatible client.
The server publishes 14 tools. What each one is for:
capture_image — Capture a JPEG frame from the robot's HD camerascan_surroundings — Pan camera across multiple angles and return a panoramic set of imagestrack_face — Detect a face via OpenCV and turn head to face itmove_head — 6-DOF head positioning (x/y/z in mm, roll/pitch/yaw in degrees)move_antennas — Independent antenna control (-3.14 to 3.14 radians)look_at_point — Orient head toward a 3D point in world coordinatesexpress_emotion — Emoji-driven emotion system with synchronized movements and soundsplay_sound — Play built-in sounds (wake_up, go_sleep, confused1, impatient1, dance1, count)speak_text — Text-to-speech via ElevenLabs API, played through robot speakerdetect_sound_direction — Microphone array direction-of-arrival + speech detectionwake_up — Built-in greeting animation with soundgo_to_sleep — Built-in farewell animation with soundSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: ELEVENLABS_API_KEY, ELEVENLABS_VOICE_ID, REACHY_ELEVENLABS_API_KEY, REACHY_ELEVENLABS_VOICE_ID, ELEVENLABS_MODEL_ID, REACHY_ELEVENLABS_MODEL_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Reachy Mini MCP's toolset — capture_image, scan_surroundings, track_face and 11 more — is a fair guide to whether it matches your workflow. It is maintained by arturskowronski; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| capture_image | Capture a JPEG frame from the robot's HD camera |
| scan_surroundings | Pan camera across multiple angles and return a panoramic set of images |
| track_face | Detect a face via OpenCV and turn head to face it |
| move_head | 6-DOF head positioning (x/y/z in mm, roll/pitch/yaw in degrees) |
| move_antennas | Independent antenna control (-3.14 to 3.14 radians) |
| look_at_point | Orient head toward a 3D point in world coordinates |
| express_emotion | Emoji-driven emotion system with synchronized movements and sounds |
| play_sound | Play built-in sounds (wake_up, go_sleep, confused1, impatient1, dance1, count) |
| speak_text | Text-to-speech via ElevenLabs API, played through robot speaker |
| detect_sound_direction | Microphone array direction-of-arrival + speech detection |
| wake_up | Built-in greeting animation with sound |
| go_to_sleep | Built-in farewell animation with sound |
| nod | Nod head up and down to indicate "yes" or agreement |
| shake_head | Shake head left and right to indicate "no" or disagreement |
| Variable | Description | Required |
|---|---|---|
| ELEVENLABS_API_KEY | Credential the server authenticates with. | Yes |
| ELEVENLABS_VOICE_ID | Configuration value read at startup. | Optional |
| REACHY_ELEVENLABS_API_KEY | Credential the server authenticates with. | Yes |
| REACHY_ELEVENLABS_VOICE_ID | Configuration value read at startup. | Optional |
| ELEVENLABS_MODEL_ID | Configuration value read at startup. | Optional |
| REACHY_ELEVENLABS_MODEL_ID | Configuration value read at startup. | Optional |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.