Tencent RTC MCP Server Logo

Tencent RTC MCP Server

Official

The Tencent RTC MCP Server provides real-time communication capabilities such as audio and video cha...

19 views
0 installs
Updated Jan 29, 2026
Not audited
Tools I Recommend
The Tencent RTC MCP Server provides real-time communication capabilities such as audio and video chat. By integrating this MCP Server into your application or project, you can easily implement secure, high-quality real-time voice and video communication.
  1. Log in to Tencent Cloud / TRTC Console
    Open the Tencent Cloud console and sign in with the account you use for TRTC/RTC services.

  2. Create a TRTC application (if you don’t already have one)
    In the TRTC/RTC Console, click Create Application. Enter an application name, choose the product type (e.g., Call or RTC Engine) and the deployment region, then click Create. (trtc.io)

  3. Open your application’s details to find SDKAPPID and SECRETKEY
    After the application is created, open its details (Basic Information / Application Management). The page shows your SDKAppID; use the “View Key” / key-management area to reveal the corresponding SecretKey. Copy both values. (trtc.io)

  4. (Optional) Generate a test UserSig from the console for quick testing
    If you need a temporary UserSig for testing, go to Development Tools → UserSig Tools in the TRTC console, select your SDKAppID, enter a UserID, and click Generate. Note: console-generated UserSig is for testing only and has limited validity. (tencentcloud.com)

  5. Security note — don’t embed SECRETKEY in client apps
    Do not ship your SECRETKEY inside client-side code (mobile/web). For production, compute UserSig on a trusted server using SDKAPPID + SECRETKEY and return only the dynamic UserSig to clients. (tencentcloud.com)

  6. Open the FastMCP connection interface via the “Install Now” button
    Click the ready-made “Install Now” button you have; this opens the FastMCP / Fast MCP connection UI where MCP environment variables are entered.

  7. Add the environment variables into the FastMCP interface

    • Key: SDKAPPID
      Value: paste the SDKAppID you copied from the TRTC console.
    • Key: SECRETKEY
      Value: paste the SecretKey you copied from the TRTC console.
      Enter each key/value pair into the FastMCP connection interface fields and confirm/save.
  8. Enable and test the MCP server in Cursor
    After saving the env values in FastMCP, enable the MCP (or re-start the MCP) and verify the server is active in Cursor’s MCP settings (Cursor → Settings → MCP). Then run a quick test or ask the AI agent to use the tencent-rtc MCP to confirm connectivity.

  9. Rotate or revoke keys if compromised
    If you suspect your SECRETKEY has been exposed, immediately revoke/rotate the key in the Tencent Cloud console and update the FastMCP env value with the new SecretKey. (trtc.io)

  10. References / further reading (console guidance & UserSig best practices)
    See the TRTC docs on creating applications and obtaining SDKAPPID/SecretKey, and the UserSig generation/security guidance. (trtc.io)

Quick Start

View on GitHub

More for API Development

View All →

More for Developer Tools

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.