Skip to main content
Glama

Reachy Mini MCP Server

MCP (Model Context Protocol) server for controlling Reachy Mini robot from Claude.

Installation

uv sync

Related 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

reachy_status

Get daemon health status

reachy_get_state

Get full robot state

reachy_move_head

Move head (pitch, roll, yaw)

reachy_look_at

Look at world coordinates

reachy_move_body

Rotate body yaw

reachy_play_animation

Play animation (wave, nod, dance)

reachy_antenna_happy

Happy antenna expression

reachy_antenna_sad

Sad antenna expression

reachy_antenna_wiggle

Wiggle antennas

reachy_enable_motors

Enable motors (stiff)

reachy_disable_motors

Disable motors (limp)

reachy_gravity_compensation

Enable soft mode

reachy_capture_image

Capture camera frame

reachy_say

Text-to-speech

reachy_play_sound

Play sound file

reachy_start_webrtc_stream

Start WebRTC video/audio streaming

reachy_stop_webrtc_stream

Stop WebRTC streaming

reachy_webrtc_stream_status

Check if stream is running

Requirements

  • Reachy Mini daemon running on port 8000

  • Python 3.10+

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    F
    maintenance
    Enables 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 updated
    20

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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