CloudBase
Rank #67io.github.TencentCloudBase/cloudbase-mcp
CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp
CloudBase is a Model Context Protocol (MCP) server published by tencentcloudbase. It ranks #67 of 115,460 servers tracked on MCP Toplist, and its repository has 1,087 GitHub stars. CloudBase is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on May 24, 2025 and most recently updated on Aug 28, 2026.
Ranks ahead of 115,393 of 115,460 servers on MCP Toplist.
Use CloudBase
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cloudbase-mcp https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}This endpoint requires authentication — see the server’s docs for credentials.
claude mcp add cloudbase-mcp -- npx -y @cloudbase/cloudbase-mcp[mcp_servers.cloudbase-mcp]
url = "https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.cloudbase-mcp]
command = "npx"
args = ["-y", "@cloudbase/cloudbase-mcp"]Add to ~/.codex/config.toml.
https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cloudbase-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbase/cloudbase-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cloudbase-mcp": {
"url": "https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cloudbase-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbase/cloudbase-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cloudbase-mcp": {
"type": "http",
"url": "https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"cloudbase-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cloudbase/cloudbase-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cloudbase-mcp": {
"serverUrl": "https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cloudbase-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbase/cloudbase-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cloudbase-mcp": {
"url": "https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cloudbase-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbase/cloudbase-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TencentCloudBase%2Fcloudbase-mcp)<a href="https://mcptoplist.com/server/io.github.TencentCloudBase%2Fcloudbase-mcp"><img src="https://mcptoplist.com/badge/io.github.TencentCloudBase%2Fcloudbase-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tencentcloudbase
Other servers by tencentcloudbase
View all tencentcloudbase servers →Available versions (9)
| Version | Published |
|---|---|
| 2.32.4 | Aug 28, 2026 |
| 2.32.3 | Aug 26, 2026 |
| 2.32.1 | Aug 25, 2026 |
| 2.32.0 | Aug 24, 2026 |
| 2.30.1 | Aug 20, 2026 |
| 2.29.0 | Aug 20, 2026 |
| 2.28.1 | Aug 18, 2026 |
| 2.28.0 | Aug 18, 2026 |
| 2.27.0 | Aug 17, 2026 |
Frequently asked questions
- Who maintains CloudBase?
- CloudBase is maintained by tencentcloudbase, which publishes 2 MCP servers (43 total versions) tracked on MCP Toplist.
- Is CloudBase listed on the Official MCP Registry?
- Yes — CloudBase is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does CloudBase have?
- MCP Toplist tracks 9 versions of CloudBase, most recently published on Aug 28, 2026.
- Where can I find the source code for CloudBase?
- The source code for CloudBase is hosted at github.com/tencentcloudbase/cloudbase-mcp.