agent-dance/node-webrtc
Production-grade WebRTC implementation in pure TypeScript — zero native bindings, zero C++ glue. Every protocol layer — ICE, DTLS 1.2, SCTP, SRTP, RTP/RTCP, STUN, and SDP — is built directly from first principles against the relevant RFCs. The public API mirrors the browser's RTCPeerConnection exactly, so Node.js code is portable and drop-in.
Platform-specific configuration:
{
"mcpServers": {
"node-webrtc": {
"command": "npx",
"args": [
"-y",
"node-webrtc"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...