wave-av/mcp-server
WAVE MCP Server — 19 tools for Claude, Cursor, and Windsurf
Platform-specific configuration:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](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.
npx @wave-av/mcp-server# Via CLI
wave auth login
# Or create at https://wave.online/settings/api-keysAdd 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_..."
}
}
}
}| 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 |
| Tool | Description | | ------------------------ | ------------------------------------ | | wave_list_productions | List studio production sessions | | wave_create_production | Create a new multi-camera production |
| Tool | Description | | ------------------------- | ----
Loading reviews...