$ timeahead.in
/ servers/npm/@cloudbase/cloudbase-mcp
npm

@cloudbase/cloudbase-mcp

腾讯云开发 MCP Server,通过AI提示词和MCP协议+云开发,让开发更智能、更高效,当你在Cursor/ VSCode GitHub Copilot/WinSurf/CodeBuddy/Augment Code/Claude Code等AI编程工具里写代码时,它能自动帮你生成可直接部署的前后端应用+小程序,并一键发布到腾讯云开发 CloudBase。

1k stars9k/wkupdated 0d agogithub ↗
54poor
▣ Overview

What it does

This MCP server connects AI IDEs (Cursor, WindSurf, CodeBuddy) to Tencent CloudBase, automating deployment of AI-generated applications. It bridges the gap between code generation and production—handling cloud function setup, database configuration, and serverless hosting without manual DevOps. Offers three deployment modes: local (full-featured via npx), hosted on Tencent Cloud (minimal setup), and self-hosted (with filesystem operations disabled).

Who it's for

Developers using AI coding assistants who want to deploy full-stack applications to Tencent Cloud directly from their IDE. Teams building web applications, serverless APIs, or WeChat mini-programs who prefer natural-language configuration over cloud console navigation.

Common use cases

  • Generate a complete application from natural language and deploy end-to-end to CloudBase.
  • Scaffold backend functions and databases without writing deployment infrastructure code.
  • Manage cloud storage, APIs, and environment variables through AI prompts.
  • Publish mini-programs directly from AI-generated source code.
  • Iterate on applications without context-switching between IDE and cloud console.

Setup pitfalls

  • 42 secrets found in repository—audit and rotate any leaked API keys, tokens, or credentials before production use.
  • Deployment mode tradeoffs: local mode enables all features including file upload and template management; hosted and self-hosted modes restrict filesystem access for security.
  • Requires Tencent Cloud credentials via Secret ID/Key (hosted mode) or browser login (local mode); misconfigured access causes silent failures.
  • Local mode requires Node.js; hosted mode avoids this dependency but sacrifices some capabilities.
42 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
0
0.0
Freshness
25%
100
25.0
Adoption
20%
75
15.0
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
54.0
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "cloudbasecloudbase": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudbase/cloudbase-mcp"
      ]
    }
  }
}
📈 Score historylast 34 snapshots
5/25/20267/21/2026 · 34 snapshots
⚙ Maintenance health
maintenance data not yet available — check back later.
⛁ Raw data
weekly downloads9k
github stars1k
forks132
open issues3
license✓ present
readme length21119 chars
last publish0d ago
last commit0d ago
last updated4d ago
install verified✓ pass · 20d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points