Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Tencent CloudBase MCP Server
cloud

Tencent CloudBase MCP Server MCP Server

Tencent cloud services

tencentcloudbasechinacloud

About

## Tencent Cloud MCP Server: Tencent CloudBase Integration The **Tencent Cloud MCP Server** integrates Tencent Cloud services into Google Antigravity, enabling developers to manage cloud resources and deploy applications on Tencent's cloud infrastructure. ### Why Tencent Cloud MCP? - **CloudBase** - Serverless cloud development platform - **CVM instances** - Virtual machine management - **COS storage** - Object storage service - **SCF functions** - Serverless cloud functions - **TDSQL databases** - Managed database services ### Key Features #### 1. Cloud Virtual Machine ```python # List instances instances = await mcp.call("tencent", "list_cvm", { "region": "ap-guangzhou" }) for instance in instances: print(f"{instance[\"InstanceId\"]}: {instance[\"InstanceState\"]}") # Create instance cvm = await mcp.call("tencent", "create_cvm", { "region": "ap-guangzhou", "instance_type": "S5.MEDIUM2", "image_id": "img-xxx" }) ``` #### 2. Object Storage (COS) ```python # Upload object await mcp.call("tencent", "cos_put_object", { "bucket": "my-bucket-xxx", "key": "path/to/file.txt", "body": "file content" }) # List objects objects = await mcp.call("tencent", "cos_list_objects", { "bucket": "my-bucket-xxx", "prefix": "path/" }) ``` #### 3. Serverless Cloud Functions ```python # Create function fn = await mcp.call("tencent", "create_scf", { "function_name": "my-function", "runtime": "Python3.6", "handler": "index.main_handler", "code": {"zip_file": "base64-encoded-zip"} }) # Invoke function result = await mcp.call("tencent", "invoke_scf", { "function_name": "my-function", "payload": {"key": "value"} }) ``` #### 4. CloudBase ```python # Deploy to CloudBase deployment = await mcp.call("tencent", "cloudbase_deploy", { "env_id": "my-env-xxx", "functions": ["handler"], "static": "./dist" }) # Get CloudBase info info = await mcp.call("tencent", "cloudbase_info", { "env_id": "my-env-xxx" }) ``` ### Configuration ```json { "mcpServers": { "tencent": { "command": "npx", "args": ["-y", "@anthropic/mcp-tencent-cloud"], "env": { "TENCENT_SECRET_ID": "your-secret-id", "TENCENT_SECRET_KEY": "your-secret-key" } } } } ``` ### Use Cases **China Cloud**: Deploy in Chinese regions. **WeChat Mini Programs**: Backend for mini programs. **Gaming**: Game server infrastructure. **Serverless Apps**: CloudBase serverless apps. The Tencent Cloud MCP Server enables Tencent Cloud integration.

Installation

Configuration
{
  "mcpServers": {
    "tencent-cloud": {
      "mcpServers": {
        "tencent": {
          "args": [
            "-y",
            "cloudbase-ai-toolkit"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Tencent Cloud integration
  2. 2China cloud services
  3. 3AI toolkit

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers