loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-server

MCP Tool

wave-av/mcp-server

WAVE MCP Server — 19 tools for Claude, Cursor, and Windsurf

Install

$ npx loaditout add wave-av/mcp-server

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@wave-av/mcp-server

[](https://www.npmjs.com/package/@wave-av/mcp-server) [](https://www.npmjs.com/package/@wave-av/mcp-server) [](https://github.com/wave-av/mcp-server/blob/main/LICENSE)

MCP (Model Context Protocol) server that exposes WAVE streaming APIs as tools for AI coding assistants.

Quick start
npx @wave-av/mcp-server
Setup
1. Get an API key
# Via CLI
wave auth login

# Or create at https://wave.online/settings/api-keys
2. Configure your AI tool

Add to your .mcp.json (Claude Code, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "wave": {
      "command": "npx",
      "args": ["-y", "@wave-av/mcp-server"],
      "env": {
        "WAVE_API_KEY": "wave_live_..."
      }
    }
  }
}
Available tools
Streams

| Tool | Description | | ------------------------ | ----------------------------------------------------- | | wave_list_streams | List all streams with pagination and status filtering | | wave_create_stream | Create a new stream with protocol and privacy options | | wave_start_stream | Start streaming on an existing stream | | wave_stop_stream | Stop an active stream | | wave_get_stream_health | Get real-time health metrics for a stream |

Studio

| Tool | Description | | ------------------------ | ------------------------------------ | | wave_list_productions | List studio production sessions | | wave_create_production | Create a new multi-camera production |

Analytics

| Tool | Description | | ------------------------- | ----

Tags

ai-toolsclaudecursormcpmodel-context-protocolstreamingwave

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated15 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/3/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/wave-av/mcp-server)](https://loaditout.ai/skills/wave-av/mcp-server)