Tencent Cloud COS MCP Server

Quickly integrate with Tencent Cloud Storage (COS) and Data Processing (CI) capabilities powered

Local serverstdio

What is the Tencent Cloud COS MCP MCP server?

Tencent cloud cos mcp mcp server lets Claude, Cursor and other MCP clients work with Tencent Cloud COS MCP directly. Quickly integrate with Tencent Cloud Storage (COS) and Data Processing (CI) capabilities powered.

What Tencent Cloud COS MCP does

基于 MCP 协议的腾讯云 COS MCP Server,无需编码即可让大模型快速接入腾讯云存储 (COS) 和数据万象 (CI) 能力。

Installing the tencent cloud cos mcp mcp server

The server is distributed via npm as cos-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Where it fits

File and storage servers are what separate an assistant that talks about your documents from one that actually works with them. Tencent Cloud COS MCP sits in that group. Worth comparing against the other file systems servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the tencent cloud cos mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the Tencent Cloud COS MCP MCP server

{
  "mcpServers": {
    "cos-mcp": {
      "command": "npx",
      "args": [
        "cos-mcp",
        "--Region=yourRegion",
        "--Bucket=yourBucket",
        "--SecretId=yourSecretId",
        "--SecretKey=yourSecretKey",
        "--DatasetName=yourDatasetname"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects Tencent Cloud COS MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Tencent Cloud COS MCP directly.