腾讯云 COS MCP Server 🚀🚀🚀
@Tencent
关于 腾讯云 COS MCP Server 🚀🚀🚀
基于 MCP 协议的腾讯云 COS MCP Server,无需编码即可让大模型快速接入腾讯云存储 (COS) 和数据万象 (CI) 能力。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"cos-mcp": {
"command": "npx",
"args": [
"cos-mcp",
"--Region=yourRegion",
"--Bucket=yourBucket",
"--SecretId=yourSecretId",
"--SecretKey=yourSecretKey",
"--DatasetName=yourDatasetname"
]
}
}
}工具
17获取COS配置, 腾讯云配置
上传本地文件到存储桶
通过 url下载文件并将文件上传到存储桶
下载存储桶内的文件
查询存储桶内的文件列表
图片处理-获取图片信息
图片处理-图片质量评估
图片处理-超分辨率
图片处理-抠图
图片处理-二维码识别-识别存储桶内二维码图片内容
生成带文字水印的图片
创建媒体智能封面任务
根据 jobid 查询指定的媒体智能封面任务结果
根据输入的图片,从数据集中检索出与输入的图片内容相似的图片
根据输入的文本内容,从数据集中检索出与输入的文本内容相符的图片
创建文档转 pdf 处理任务
根据 jobid 查询指定的文档转码任务结果
概览
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
其他 分类下的更多 MCP 服务器
🚀 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,
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论