HomeCloud & Monitoring › CloudBase

CloudBase

CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp

TypeScript CloudLocal macOSWindowsLinux Remote
★ 1,124 stars Last pushed 2026-09-24 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}

Claude Code:

claude mcp add --transport http cloudbase-ai-toolkit https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id} --header "X-TencentCloud-SecretId: <YOUR_VALUE>" --header "X-TencentCloud-SecretKey: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "cloudbase-ai-toolkit": {
      "url": "https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}",
      "headers": {
        "X-TencentCloud-SecretId": "<YOUR_VALUE>",
        "X-TencentCloud-SecretKey": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-TencentCloud-SecretId secret — Tencent Cloud SecretId for the China site. Optional: interactive clients can authorize via OAuth instead of static credentials.
  • X-TencentCloud-SecretKey secret — Tencent Cloud SecretKey for the China site. Optional: interactive clients can authorize via OAuth instead of static credentials.

Remote (streamable-http)

https://tcb-api.tencentcloud.com/mcp/v1?env_id={env_id}

Claude Code:

claude mcp add --transport http cloudbase-ai-toolkit https://tcb-api.tencentcloud.com/mcp/v1?env_id={env_id} --header "X-TencentCloud-SecretId: <YOUR_VALUE>" --header "X-TencentCloud-SecretKey: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "cloudbase-ai-toolkit": {
      "url": "https://tcb-api.tencentcloud.com/mcp/v1?env_id={env_id}",
      "headers": {
        "X-TencentCloud-SecretId": "<YOUR_VALUE>",
        "X-TencentCloud-SecretKey": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-TencentCloud-SecretId secret — Tencent Cloud SecretId for the international site. Optional: interactive clients can authorize via OAuth instead of static credentials.
  • X-TencentCloud-SecretKey secret — Tencent Cloud SecretKey for the international site. Optional: interactive clients can authorize via OAuth instead of static credentials.

Package (npm 2.34.6)

npx -y @cloudbase/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "cloudbase-ai-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudbase/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry