Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Kyutai

FreeNot checked

FastMCP 3.1 server plus webapp for kyutai moshi speech tool

GitHubEmbed

About

FastMCP 3.1 server plus webapp for kyutai moshi speech tool

README

FastMCP Version Ruff Linted with Biome Built with Just

kyutai-mcp

Just Ruff Python Biome FastMCP

📖 Installation Guide — quick start, manual setup, and troubleshooting

Run Kyutai Moshi locally. Drive it from a glass dashboard, and plug the same surface into your agent stack via FastMCP.

Quick start Web UI Technical docs

FastMCP 3.1+ stdio + HTTP /mcp web 10924 / 10925 MCP HTTP 10926


Quick Start

git clone https://github.com/sandraschi/kyutai-mcp
cd kyutai-mcp
just

This opens an interactive dashboard showing all available commands. Run just bootstrap to install dependencies, then just serve or just dev to start.

Manual Setup

If you don't have just installed:

Web dashboard

Standard pages: Home, Actions, Tools (ops + MCP catalog), Apps (Glama / manifest), Moshi (and /talk), Status, Chat, Logger, Settings, Help.

The in-app Help page is the full operator manual (routes, Glom-On, APIs, troubleshooting).


MCP server (stdio)

uv run python -m kyutai_mcp

Wire this in Cursor/your client as a stdio MCP server. See docs/MCP.md.


Technical documentation

Doc Contents
docs/WEBAPP.md Ports, routes, stack, build
docs/MCP.md Tools, transports, discovery
docs/MOSHI_SERVICE.md Upstream Moshi process, HTTP probe
docs/GLOM.md Local LLM attach (Ollama / LM Studio)
docs/VOICE_WORKFLOWS.md Staged voice orchestration, prompts, examples, agentic boilerplates

Related: speech-mcp (cloud voice)

speech-mcp is the cloud counterpart to this project. Where kyutai-mcp runs Moshi locally on your GPU, speech-mcp connects to cloud speech APIs.

kyutai-mcp (this repo) speech-mcp
Engine Moshi (Kyutai, open-source) Gemini Live, Gemini TTS, Hume, ElevenLabs
Runs on Local GPU (RTX 4090, CUDA) Cloud APIs
Privacy Fully offline Cloud
Latency Low (local) Sub-second (Gemini Live)
Voice quality Good Very good to highest
Voice cloning No Yes (ElevenLabs IVC)
Multilingual Limited 100+ languages (Gemini TTS)
Cost Free after hardware API usage costs

Use kyutai-mcp when privacy or offline operation matters. Use speech-mcp when voice quality, multilingual coverage, or voice cloning is the priority. Both expose the same portmanteau MCP tool pattern and can be run simultaneously on different ports.


This project adheres to SOTA 14.1 industrial standards for high-fidelity agentic orchestration:

  • Python (Core): Ruff for linting and formatting. Zero-tolerance for print statements in core handlers (T201).
  • Webapp (UI): Biome for sub-millisecond linting. Strict noConsoleLog enforcement.
  • Protocol Compliance: Hardened stdout/stderr isolation to ensure crash-resistant JSON-RPC communication.
  • Automation: Justfile recipes for all fleet operations (just lint, just fix, just dev).
  • Security: Automated audits via bandit and safety.

License

See repository LICENSE if present; Kyutai/Moshi upstream has its own licenseconsult Kyutai Moshi for model and server terms.

from github.com/sandraschi/kyutai-mcp

Installing Kyutai

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/sandraschi/kyutai-mcp

FAQ

Is Kyutai MCP free?

Yes, Kyutai MCP is free — one-click install via Unyly at no cost.

Does Kyutai need an API key?

No, Kyutai runs without API keys or environment variables.

Is Kyutai hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Kyutai in Claude Desktop, Claude Code or Cursor?

Open Kyutai on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Kyutai with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs