Skip to main content

CloudBase AI Toolkit + Claude Code

🚀 Claude Code + CloudBase = Full-stack application from idea to launch in minutes.

GitHub Stars Open Source License

💡 Why choose Claude Code + CloudBase AI Toolkit? Claude Code is a native AI programming environment introduced by Anthropic, featuring powerful code comprehension and generation capabilities. Combined with CloudBase AI Toolkit, it enables you to describe requirements in natural language, with AI automatically generating and deploying full-stack applications to the Tencent Cloud development platform. It's particularly suitable for professional developers requiring high-quality code generation and deep project comprehension.

✨ Core Advantages

🎯 Development EfficiencyDeployment Speed🛡️ Stability and Reliability
AI automatically generates code and architecture
Built-in best practice rules for cloud development
Intelligent error fixing and optimization
One-click deployment to Tencent Cloud development
Domestic CDN accelerated access
Serverless architecture with no Ops required
Platform verified by 3.3 million developers
Enterprise-grade security and stability
Comprehensive monitoring and logging system

🚀 5-Minute Quick Start

Select pre-configured project templates, ready to use out-of-the-box:

Method 2: Integrate with existing projects

If you already have a project, you can integrate in just 3 steps:

# 1. Configure MCP (See detailed steps below for specific configuration)
# 2. Download AI Rules
# 3. Start Using

After configuration is complete, tell the AI: "Log in to CloudBase" to begin!

🔧 Detailed Configuration Guide

Step 1: Install Claude Code

Download and install Claude Code from the Claude Code official website.

Step 2: Configure CloudBase MCP

[!TIP] If the number of tools remains 0 after installation, please refer to the FAQ

If using a template project, the MCP configuration is pre-configured. If not starting from a template, create a .mcp.json file in the project root directory:

{
"mcpServers": {
"cloudbase": {
"command": "npx",
"args": [
"npm-global-exec@latest",
"@cloudbase/cloudbase-mcp@latest"
],
"env": {
"INTEGRATION_IDE": "ClaudeCode"
}
}
}
}

Step 3: Enable AI Rules

The template includes the CLAUDE.md file, and Claude Code will automatically recognize Cloud Development best practices. If not starting from a template, you can have the AI download the Cloud Development rules:

Download CloudBase AI rules in the current project

If you only want to download configuration files related to Claude Code to avoid cluttering your project files, you can specify the IDE type:

Download CloudBase AI rules in the current project, containing only the Claude Code configuration

Step 4: Start Development

In Claude Code, converse with the AI:

Log in to CloudBase

🎯 Get Started

After configuration is complete, tell the AI:

Log in to CloudBase

Then you can start development, for example:

Create an online voting system that supports creating polls, participating in voting, and result statistics, using cloud database for storage, and finally deploy it.

Claude Code has powerful code comprehension capabilities, enabling deep analysis of project structures and generation of high-quality code.

🌟 CloudBase AI Toolkit Open-Source Project

🔥 Join the Open-Source Community

GitHub CNB Community

⭐ Star the Project | 🤝 Contribute Code | 💬 Technical Discussion

🛠️ Troubleshooting

Frequently Asked Questions

Q: MCP connection failed? A:

  1. Check if the .mcp.json file format is correct
  2. Verify the availability of the npx command: npx --version
  3. Restart the Claude Code application
  4. Check the network connection status

Q: Project rules not taking effect? A:

  1. Confirm that the CLAUDE.md file is in the project root directory
  2. Check if the file content format is correct
  3. Reload the project or restart Claude Code

Q: Does the AI-generated code not meet expectations? A:

  1. Describe the functional requirements and technical specifications in detail
  2. Use project templates to ensure specification consistency
  3. Implement complex projects step by step in modules

For more questions, refer to: Complete FAQ

💬 Technical Discussions

WeChat Technical Exchange Group

WeChat group QR code
Scan the QR code to join the WeChat technical exchange group

🚀 Get started with Claude Code + CloudBase AI Toolkit immediately

Get Started | View Templates | GitHub Repository