Tencent RTC MCP
About
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.
Details
- Author
- Tencent-RTC
- Downloads
- 407
- Categories
- AI
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Tencent RTC MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run npx -y @tencent-rtc/mcp to start the server. Configure it in Cursor IDE by adding the command and args to .cursor/mcp.json (global or project). Cursor must be in Agent Mode for MCP discovery.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"tencent rtc mcp": {
"tencent-rtc": {
"command": "npx",
"args": [
"-y",
"@tencent-rtc/mcp"
]
}
}
}
}
McpServers
{
"tencent-rtc": {
"command": "npx",
"args": [
"-y",
"@tencent-rtc/mcp"
]
}
}
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 (https://nodejs.org/)
- 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"],
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
