Servers

Tencent RTC MCP
@Tencent-RTC
It exposes Tencent RTC SDK documentation and Tencent RTC API resources to LLM-based tools. This improves the ability of LLM AI Agent to understand and interact with the Tencent RT SDK and API.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tencent-rtc": {
"command": "npx",
"args": [
"-y",
"@tencent-rtc/mcp"
]
}
}
}