LIVEKIT-MCP-SERVER

kareem25092000/LIVEKIT-MCP-SERVER
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Building a LiveKit-powered workflow in Python where users can speak to the system, and the system responds back in AI-generated speech. The pipeline connects Speech-to-Text (STT), LLM reasoning, and Text-to-Speech (TTS) Integrate it with mcp server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "livekit-mcp-server": {
      "command": "uvx",
      "args": [
        "livekit-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install livekit-mcp-server