腾讯云 COS MCP Server 🚀🚀🚀
@Tencent
About 腾讯云 COS MCP Server 🚀🚀🚀
基于 MCP 协议的腾讯云 COS MCP Server,无需编码即可让大模型快速接入腾讯云存储 (COS) 和数据万象 (CI) 能力。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cos-mcp": {
"command": "npx",
"args": [
"cos-mcp",
"--Region=yourRegion",
"--Bucket=yourBucket",
"--SecretId=yourSecretId",
"--SecretKey=yourSecretKey",
"--DatasetName=yourDatasetname"
]
}
}
}Tools
17获取COS配置, 腾讯云配置
上传本地文件到存储桶
通过 url下载文件并将文件上传到存储桶
下载存储桶内的文件
查询存储桶内的文件列表
图片处理-获取图片信息
图片处理-图片质量评估
图片处理-超分辨率
图片处理-抠图
图片处理-二维码识别-识别存储桶内二维码图片内容
生成带文字水印的图片
创建媒体智能封面任务
根据 jobid 查询指定的媒体智能封面任务结果
根据输入的图片,从数据集中检索出与输入的图片内容相似的图片
根据输入的文本内容,从数据集中检索出与输入的文本内容相符的图片
创建文档转 pdf 处理任务
根据 jobid 查询指定的文档转码任务结果
Overview
What is 腾讯云 COS MCP Server 🚀🚀🚀?
An MCP server that enables large language models to access Tencent Cloud Object Storage (COS) and Cloud Image (CI) capabilities without coding. It is designed for developers who want to integrate cloud storage and image processing with AI models.
How to use 腾讯云 COS MCP Server 🚀🚀🚀?
Install via npx or npm, then configure with your Tencent Cloud credentials (SecretId, SecretKey, Bucket, Region). Optionally set a DatasetName for data intelligence features, and choose between stdio or SSE transport mode. Add the server to your MCP client’s mcp.json configuration to start using its tools.
Key features of 腾讯云 COS MCP Server 🚀🚀🚀?
- Upload, download, and list files on COS
- Image info retrieval and super-resolution
- Image cropping and quality assessment
- QR code
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments