huawei-cloud-ops-mcp-server
Integrates with Huawei Cloud CSS (Cloud Search Service) to manage and query cloud search resources.
Provides tools for querying and managing Huawei Cloud resources including ECS, VPC, RDS, EVS, ELB, OBS, EIP, DDS, CSS, DCS, CES, and others, with support for pricing queries and multi-region operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@huawei-cloud-ops-mcp-serverlist my ECS instances in Beijing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
华为云运维 MCP 服务器
基于 Model Context Protocol (MCP) 的华为云 API 调用服务器,为 AI 助手提供华为云资源查询、价格查询和管理能力。
功能特性
API 调用: 支持查询和管理华为云资源(ECS、VPC、RDS、EVS、ELB、OBS、EIP、DDS、CSS、DCS、CES 等)
价格查询: 支持查询华为云服务价格信息,支持多条件过滤
工作流指导: 智能分析用户查询,提供工具调用建议
多区域支持: 支持华为云全球多个区域,自动处理 project_id 和 region 映射
文档集成: 内置 API 文档和价格结构文档,支持快速查询
Related MCP server: MCP Cloud Services Server
安装
前置要求
Python >= 3.11
华为云账号及访问密钥 (AK/SK)
安装步骤
安装依赖:
# 使用 uv (推荐)
uv sync
# 或使用 pip
pip install -e .配置环境变量(创建
.env文件):
HUAWEI_CLOUD_ACCESS_KEY=your_access_key
HUAWEI_CLOUD_SECRET_KEY=your_secret_key
# MCP 传输方式:stdio(默认)或 http(用于 Docker)
MCP_TRANSPORT=http
# 日志配置(可选)
# LOG_LEVEL=INFO
# LOG_FILE=logs/app.log使用方法
Docker 运行(推荐)
构建镜像:
docker build -t huawei-cloud-ops-mcp-server .运行容器:
docker run -d --rm \
-e HUAWEI_CLOUD_ACCESS_KEY=your_access_key \
-e HUAWEI_CLOUD_SECRET_KEY=your_secret_key \
-e MCP_TRANSPORT=http \
-e MCP_HOST=0.0.0.0 \
-p 8000:8000 \
huawei-cloud-ops-mcp-serverMCP 客户端配置(HTTP 传输):
{
"mcpServers": {
"huawei-cloud-ops": {
"url": "http://localhost:8000"
}
}
}本地运行
启动服务器:
python -m huawei_cloud_ops_mcp_server
linux: nohup uv run python -m huawei_cloud_ops_mcp_server > /dev/null 2>&1 </dev/null &MCP 客户端配置(stdio 传输):
{
"mcpServers": {
"huawei-cloud-ops": {
"command": "python",
"args": ["-m", "huawei_cloud_ops_mcp_server"]
}
}
}注意事项
当前仅支持 GET 请求,POST/PUT/DELETE 暂不支持
区域名称使用完整中文(如
"华北-北京一"),支持模糊匹配API 返回 JSON 字符串格式
日志文件默认保存在
logs/app.log
相关链接
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables interaction with Huawei Cloud Container Engine (CCE) through proprietary CCE APIs and Kubernetes-native APIs, allowing users to manage clusters, namespaces, and pods via natural language commands.Last updated171
- AlicenseCqualityDmaintenanceEnables AI assistants to manage multi-cloud resources (AWS, Azure, GCP) including resource operations, cost analysis, monitoring metrics, and security compliance checks through natural language commands.Last updated26142MIT
- Flicense-qualityDmaintenanceEnables interaction with AWS services (EC2, S3, Lambda, DynamoDB, etc.) through the Model Context Protocol, allowing natural language management of cloud resources.Last updated2
- Alicense-qualityFmaintenanceEnables AI assistants to operate Huawei Cloud resources (ECS, OBS, GaussDB, etc.) through conversational workflows via the Model Context Protocol.Last updatedApache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhiyibaby/huawei-cloud-ops-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server