mcp
Tencent Cloud MCP Server, Support Remote Hosted and Local Installation
claude mcp add --transport stdio tencentcloudcommunity-mcp-server uvx tencentcloud-mcp-server \ --env MCP_LOG_LEVEL="info" \ --env TC_API_BASE_URL="https://cloud.tencent.com" \ --env TC_DOCS_BASE_URL="https://www.tencentcloud.com/docs"
How to use
This MCP server provides TencentCloud-specific guidance and contextual information to enhance your development workflow. It exposes capabilities that help you access TencentCloud documentation, best practices, and contextual tips directly within your AI-assisted environment. After starting the server, MCP clients can query for cloud-native guidance, API references, and usage examples tailored to TencentCloud services, enabling more accurate code generation and informed decision-making while you work. The server is designed to be lightweight and to integrate with common MCP clients in editors or IDEs, such as CodeBuddy, Cursor, or VS Code, through the standardized MCP protocol.
To use the server, connect your MCP client to the running instance and begin asking for TencentCloud API references, service usage patterns, and implementation examples. You can request step-by-step guides for common tasks (e.g., provisioning resources, configuring IAM permissions, or integrating TencentCloud services with your application), as well as up-to-date documentation pulled from TencentCloud sources. The tools are designed to provide contextual, in-situ guidance so you can stay aligned with the latest TencentCloud capabilities without leaving your development environment.
How to install
Prerequisites:
- Python with uv (or the uvx runner) installed on your system. Ensure uvx is available in your PATH.
- Network access to fetch the MCP server package from the MCP market or your configured registry.
Installation steps:
- Ensure you have Python and uv installed. If using uvx, you can typically install the runner via your package manager or as directed by the MCP market instructions.
- Install the TencentCloud MCP Server package from the MCP market or via your configured repository. Example (conceptual):
- pipx install mcp-server-tencentcloud (or the equivalent uvx install command recommended by the market)
- Start the MCP server using the MCP runner with the configured server name. Example:
- uvx tencentcloud-mcp-server
- Confirm the server is running and listening for MCP client connections. You should see logs indicating the server is ready to accept connections.
If you are using a specific editor integration (CodeBuddy, Cursor, or VS Code), follow the editor-specific setup to point to the running MCP server and load the mcp_config entries for this server.
Additional notes
Tips and common issues:
- Ensure your environment variables (API base URL, docs URL, logs) are set correctly if you rely on dynamic documentation sources. Use MCP_LOG_LEVEL to adjust verbosity during troubleshooting.
- If the server fails to start, verify that uvx (or your chosen runner) is on the PATH and that the package name provided matches the MCP market entry exactly.
- When connecting with MCP clients, keep the server name consistent with your mcp_config keys to avoid misrouting requests.
- For production deployments, consider pinning the server version in your registry and configuring appropriate authentication and rate limits as advised by TencentCloud guidelines.
Related MCP Servers
mcp-router
A Unified MCP Server Management App (MCP Manager).
MCP-Defender
Desktop app that automatically scans and blocks malicious MCP traffic in AI apps like Cursor, Claude, VS Code and Windsurf.
cli
Fine-grained control over model context protocol (MCP) clients, servers, and tools. Context is God.
MiniMax -JS
Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
furi
CLI & API for MCP management
mcp -js
MCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.