Webrtc
Freeby MCP Community
WebRTC Transport for Model Context Protocol
v0.1.0Added Apr 12, 2026
Webrtc MCP Server
WebRTC Transport for Model Context Protocol
Installation
Reviews
Installation
Quick install
npx -y mcp-webrtc
Add to claude_desktop_config.json
{
"mcpServers": {
"webrtc": {
"command": "npx",
"args": ["-y", "mcp-webrtc"]
}
}
}