CloudBase provides an all-in-one backend service with a built-in database, user authentication, cloud functions, static hosting and more. New users can activate it for free.
What is CloudBase MCP?
CloudBase MCP plugs into popular AI development tools such as Cursor and CodeBuddy. You can build and deploy applications using plain natural language, going from idea to production fast.
What's new in this upgrade
Upgrade 1: Stronger MySQL and document database support
- Added support for MySQL databases
- Made document-database code generation more stable
This lets you run the full flow inside your AI IDE — data modeling, database operations, and CRUD code generation.
Upgrade 2: Stronger authentication
- Added phone-number verification code and email verification code sign-in
- Made mini-program auth code generation more stable
Wiring up Web / mini-program authentication through your AI IDE is now much smoother.
Upgrade 3: Better page design
- Adopted professional front-end design principles, so the output actually looks good
- Streamlined how design specs are produced
CloudBase MCP ships with professional design guidelines built in, so what your AI IDE generates looks genuinely polished — not obviously "AI-made".
Try CloudBase MCP now
One line of config and you're ready to go. In any MCP-capable AI IDE (Cursor, WindSurf, CodeBuddy, etc.), just add:
```json
{
"mcpServers": {
```js
"cloudbase": {
"command": "npx",
"args": ["@cloudbase/cloudbase-mcp@latest"]
}
} }
Links
- GitHub: https://github.com/TencentCloudBase/CloudBase-AI-ToolKit
- Full documentation: https://docs.cloudbase.net/ai/cloudbase-ai-toolkit/
Tip: it works with 15+ mainstream AI IDEs, including CodeBuddy.

