[IDE Name] Setup Guide
Client
Configure your AI tool to connect with CloudBase capabilities. Supports local and hosted connection. See connection modes.
Step 1: Install / Configure CloudBase
搜索并安装插件
1. 在微信开发者工具中,点击顶部菜单栏的「扩展」 2. 在扩展商店中搜索「微信云开发 AI ToolKit」 3. 找到插件后点击安装并启用
打开 AI 开发功能
安装完成后,选中任意文件,点击左上角打开 AI 开发功能即可使用。
Need help?View 微信开发者工具 docs
Step 2: Chat with AI
Enter the following in your AI chat in order:
prompt
Install CloudBase Skills: run npx skills add tencentcloudbase/cloudbase-skills -yUse CloudBase Skills: 在 CloudBase 关系型数据库中执行 SQL 查询和更新操作Install
Create [config-path] in your project root:
{
"mcpServers": {
"cloudbase": {
"command": "npx",
"args": ["npm-global-exec@latest", "@cloudbase/cloudbase-mcp@latest"],
"env": {
"INTEGRATION_IDE": "[IDE Name]"
}
}
}
}
[IDE-specific configuration notes]
Verify
After configuration, type in your AI chat:
Check if CloudBase tools are available
FAQ
Q: MCP connection failed?
A: Check the config format, restart [IDE Name], and confirm your network is working.
Q: Tool count shows 0?
A: See the FAQ.
More: FAQ