Skip to main content
Glama

Tencent RTC MCP Server

Official
by Tencent-RTC

English | 简体中文

Tencent RTC MCP Server User Guide

This repository provides a Model Context Protocol (MCP) server based on the Command Line Interface (CLI). It delivers Tencent Cloud SDK documentation and API resources to Large Language Model (LLM) based tools. This enhances the ability of LLM AI agents to understand and interact with Tencent Cloud SDKs and APIs, facilitating seamless integration of Tencent Cloud services into applications.

Features

  • MCP Server: Provides tools for interacting with Tencent Cloud via the JSON-RPC protocol over STDIN/STDOUT.
  • Languages: JavaScript, Java, Swift, Objective-C, Kotlin.
  • API Reference Section: Configuration, function invocation. Access code examples, usage patterns, and detailed explanations of Tencent Cloud SDK features.
  • Tencent Cloud TUICallKit SDK Documentation Retrieval: Retrieve official Tencent Cloud TUICallKit SDK documentation (converted from HTML to Markdown format), covering the following:

Example Prompts

  • "Develop an Android application that supports audio and video calls using TUICallKit."
  • "Implement audio and video call functionality in our project by integrating TUICallKit."
  • "Retrieve the API usage documentation for React TUICallKit."

Prerequisites

  • Node.js (version >= 18) and npm
  • Cursor IDE with MCP support

Installation

To run the Tencent Cloud MCP server locally or add it to Cursor IDE via npx:

npx -y @tencent-rtc/mcp

Cursor Configuration

To use the MCP server, Cursor must be in AGENT MODE. The Cursor IDE discovers MCP servers through a JSON configuration file. You can configure the Tencent Cloud MCP server globally or per project.

Global Configuration

Edit or create the file ~/.cursor/mcp.json:

{ "mcpServers": { "tencent-rtc": { "command": "npx", "args": ["-y", "@tencent-rtc/mcp"], } } }

Project Configuration

In the project directory, create .cursor/mcp.json:

{ "mcpServers": { "tencent-rtc": { "command": "npx", "args": ["-y", "@tencent-rtc/mcp"], } } }
Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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. Features
    1. Example Prompts
      1. Prerequisites
        1. Installation
          1. Cursor Configuration
            1. Global Configuration
            2. Project Configuration

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
            Last updated -
            3
            38
          • A
            security
            F
            license
            A
            quality
            A server based on MCP protocol that allows large language models to directly access Tencent Cloud Object Storage (COS) and Cloud Infinite (CI) services without coding, enabling file storage, retrieval, and processing operations.
            Last updated -
            18
            43
            17
          • A
            security
            F
            license
            A
            quality
            An MCP server that enables interaction with Telegram messaging platform, allowing users to retrieve unread messages, fetch entity information, and send messages through natural language interfaces.
            Last updated -
            6
            10
          • -
            security
            F
            license
            -
            quality
            An MCP server that enhances TickTick workflow by providing comprehensive task management tools with improved filtering capabilities, allowing AI assistants and MCP-compatible applications to interact with TickTick tasks with greater precision.
            Last updated -
            30

          View all related MCP servers

          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/Tencent-RTC/mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server