WAVE MCP Server
Official@wave-av/mcp-server
WAVE 스트리밍 API를 AI 코딩 어시스턴트를 위한 도구로 노출하는 MCP(Model Context Protocol) 서버입니다.
빠른 시작
npx @wave-av/mcp-serverRelated MCP server: ASTRA MCP Server
설정
1. API 키 받기
# Via CLI
wave auth login
# Or create at https://wave.online/settings/api-keys2. AI 도구 구성
.mcp.json(Claude Code, Cursor, Windsurf 등)에 추가하세요:
{
"mcpServers": {
"wave": {
"command": "npx",
"args": ["-y", "@wave-av/mcp-server"],
"env": {
"WAVE_API_KEY": "wave_live_..."
}
}
}
}사용 가능한 도구
스트림
도구 | 설명 |
| 페이지네이션 및 상태 필터링을 사용하여 모든 스트림 나열 |
| 프로토콜 및 개인정보 보호 옵션을 사용하여 새 스트림 생성 |
| 기존 스트림에서 스트리밍 시작 |
| 활성 스트림 중지 |
| 스트림에 대한 실시간 상태 지표 가져오기 |
스튜디오
도구 | 설명 |
| 스튜디오 프로덕션 세션 나열 |
| 새로운 멀티 카메라 프로덕션 생성 |
분석
도구 | 설명 |
| 현재 시청자 수 및 분석 정보 가져오기 |
| 상세 스트림 성능 지표 가져오기 |
청구
도구 | 설명 |
| 현재 구독 플랜 및 상태 가져오기 |
| 현재 기간 사용량 및 제한 가져오기 |
리소스
wave:// URI 스킴을 통해 WAVE 엔티티에 직접 액세스하세요:
wave://streams/{id}- 스트림 구성 및 상태wave://productions/{id}- 스튜디오 프로덕션 세부 정보
환경 변수
변수 | 필수 | 기본값 | 설명 |
| 예 | - | WAVE API 키 |
| 아니요 |
| API 기본 URL |
다른 AI 도구 설정
Cursor
.cursor/mcp.json에 추가하세요:
{
"mcpServers": {
"wave": {
"command": "npx",
"args": ["-y", "@wave-av/mcp-server"],
"env": { "WAVE_API_KEY": "wave_live_..." }
}
}
}Windsurf
동일한 구성으로 Windsurf MCP 설정에 추가하세요.
문제 해결
서버가 시작되지 않음
API 키가 설정되었는지 확인하세요:
echo $WAVE_API_KEY도구가 나타나지 않음
MCP 구성을 추가한 후 AI 도구를 다시 시작하세요. 대부분의 도구는 새 MCP 서버를 감지하기 위해 다시 시작해야 합니다.
연결 오류
MCP 서버는 stdio 전송을 사용합니다(네트워크 리스너 없음). 연결 오류가 발생하면 npx가 성공적으로 실행되는지 확인하세요:
npx @wave-av/mcp-server --version서버 테스트
JSON-RPC 초기화 요청을 보내 확인하세요:
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0.0"}}}' | npx @wave-av/mcp-server관련 패키지
@wave-av/sdk — TypeScript SDK (34개 API 모듈)
@wave-av/adk — 에이전트 개발자 키트
@wave-av/cli — 명령줄 인터페이스
@wave-av/create-app — 새 프로젝트 스캐폴딩
OpenAPI spec — 전체 API 사양
개발
cd packages/mcp-server
pnpm install
pnpm run build
pnpm run dev # Watch mode
pnpm run type-check라이선스
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables management of multi-platform streaming through the Restream API, allowing control of streaming channels, stream settings, and access to analytics across platforms like YouTube, Twitch, and Facebook through natural language.9101MIT
- AlicenseCqualityCmaintenanceEnables AI assistants to query and control a bio-hybrid neuromorphic simulation pipeline, including SNN engine, consciousness proxies, and neuroplatform telemetry, via the Model Context Protocol.50MIT

APIVerve MCP Serverofficial
Alicense-qualityBmaintenanceProvides access to 249+ production-ready APIs through the Model Context Protocol, enabling AI assistants to fetch weather, news, geocoding, validation, and more data.22MIT- Alicense-qualityCmaintenanceEnables AI assistants to control YouTube Live Streaming, including creating broadcasts, managing chat, and monitoring stream health via MCP tools.16MIT
Related MCP Connectors
16 AI-native tools with dual SSE + streamable-http transport. Free tier available.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wave-av/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server