Back to MCP Servers

CloudBase AI ToolKit

One-stop backend services for WeChat Mini-Programs and full-stack apps. Provides specialized MCP tools for serverless cloud functions, databases, and one-click deployment to production with China market access through WeChat ecosystem.

cloud-platformsdeploymentai

Installation

npx -y CloudBase-AI-ToolKit

Configuration

{
  "mcpServers": {
    "CloudBase-AI-ToolKit": {
      "command": "npx",
      "args": ["-y", "CloudBase-AI-ToolKit"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub