腾讯云直播服务

by willsygao

456 downloads
Not rated
GitHub

Description

# 腾讯云直播服务 本服务基于Model Context Protocol(MCP)实现提供腾讯云直播API调用Tools的MCP Server,提供腾讯云直播域名管理、拉流转推、直播流管理和流管理等相关接口。 ## 简介 本项目主要为大语言模型提供通过自然语言调用腾讯云直播API,管理腾讯云直播服务的能力。 ## 依赖环境 - Python 1.12 - 腾讯云API密钥( [腾讯云控制台申请](https://console.cloud.tencent.com/cam/capi) ) - TENCENTCLOUD_SECRET_ID -…

About

# 腾讯云直播服务 本服务基于Model Context Protocol(MCP)实现提供腾讯云直播API调用Tools的MCP Server,提供腾讯云直播域名管理、拉流转推、直播流管理和流管理等相关接口。 ## 简介 本项目主要为大语言模型提供通过自然语言调用腾讯云直播API,管理腾讯云直播服务的能力。 ## 依赖环境 - Python 1.12 - 腾讯云API密钥( [腾讯云控制台申请](https://console.cloud.tencent.com/cam/capi) ) - TENCENTCLOUD_SECRET_ID - TENCENTCLOUD_SECRET_KEY - 腾讯云SDK-Python ##…

Details

Author
willsygao
Downloads
456
Categories
Cloud Service, Infrastructure, Other, API

- 提供域名管理、拉流转推、直播流管理、流管理和转码模版等API工具
- 支持自然语言调用腾讯云直播服务
- 支持本地运行和云端部署(Vedas平台)

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 腾讯云直播服务
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

可在本地使用uv run src/server.py启动服务,或通过Vedas平台获取专属URL和Token,在Cursor中配置npx环境使用。需提前设置腾讯云API密钥(TENCENTCLOUD_SECRET_IDTENCENTCLOUD_SECRET_KEY)并安装依赖。

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\u817e\u8baf\u4e91\u76f4\u64ad\u670d\u52a1": {
            "test1_1": {
                "disabled": false,
                "timeout": 60,
                "command": "npx",
                "args": [
                    "-y",
                    "@tencent/mcprouter"
                ],
                "env": {
                    "VEDAS_MCP_URL": "------> \u66ff\u6362\u6210\u4f60\u81ea\u5df1\u7684 url <------",
                    "VEDAS_TOKEN": "------> \u66ff\u6362\u6210\u4f60\u81ea\u5df1\u7684 token <------"
                },
                "transportType": "stdio"
            }
        }
    }
}

McpServers

{
    "test1_1": {
        "disabled": false,
        "timeout": 60,
        "command": "npx",
        "args": [
            "-y",
            "@tencent/mcprouter"
        ],
        "env": {
            "VEDAS_MCP_URL": "------> \u66ff\u6362\u6210\u4f60\u81ea\u5df1\u7684 url <------",
            "VEDAS_TOKEN": "------> \u66ff\u6362\u6210\u4f60\u81ea\u5df1\u7684 token <------"
        },
        "transportType": "stdio"
    }
}

腾讯云直播服务

本服务基于Model Context Protocol(MCP)实现提供腾讯云直播API调用Tools的MCP Server,提供腾讯云直播域名管理、拉流转推、直播流管理和流管理等相关接口。

简介

本项目主要为大语言模型提供通过自然语言调用腾讯云直播API,管理腾讯云直播服务的能力。

依赖环境

- Python 1.12 - 腾讯云API密钥( 腾讯云控制台申请 ) - TENCENTCLOUD_SECRET_ID - TENCENTCLOUD_SECRET_KEY - 腾讯云SDK-Python

获取安装

本地运行Server

``` uv run src/server.py
### Cursor中使用
目前本项目已经部署在Vedas ,可以在平台上创建实例,获取生成的专属url以及token,通过下面的配置使用。


{
"mcpServers": {
"test1_1": {
"disabled": false,
"timeout": 60,
"command": "npx",
"args": [
"-y",
"@tencent/mcprouter"
],
"env": {
"VEDAS_MCP_URL": "------> 替换成你自己的 url <------",
"VEDAS_TOKEN": "------> 替换成你自己的 token <------"
},
"transportType": "stdio"
}
}
}
需要注意的是,你需要提前安装好npx工具。

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.