How to Use the LiveKit Real-Time Rooms MCP in Claude Code
Scripting live communication workflows against LiveKit Real-Time Rooms via Claude Code CLI.
Works with every AI agent you already use
…and any MCP-compatible client
Connect LiveKit Real-Time Rooms MCP to Claude Code
Create your Vinkius account to connect LiveKit Real-Time Rooms to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Audit room participants
List all active sessions using `list_rooms` to see what's running on the server. For a specific call, run `list_participants` to get every person connected. It’s your CLI way of getting an attendance report. Need details on one person? The `get_participant` tool pulls all relevant data points for that user ID.
Control session messaging and state
You can send messages to the entire room using `send_data`. You must specify if you need 'reliable' (guaranteed) or 'lossy' (fastest) delivery. This is key for CI/CD logging. Also, manage context by running `update_room_metadata` with structured JSON strings. Your scripts can read and write session state.
Manage room setup and termination
To test a flow, script the creation of a meeting using `create_room`. The function accepts participant access tokens for secure joining. When testing is over, use `delete_room` to clean up resources completely. If you need to manage individual feeds, `mute_track` controls audio streams without affecting the room's core functionality.
Set up LiveKit Real-Time Rooms MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seett-voice-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest LiveKit Real-Time Rooms transactions." It will automatically discover and invoke the available LiveKit Real-Time Rooms tools.
claude mcp add --transport http tt-voice-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about LiveKit Real-Time Rooms MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the LiveKit Real-Time Rooms MCP today
We host it, we monitor it, we maintain it. You just paste one token.