SkillAgentSearch skills...

iaas-mcp-server

Provide different cloud products MCP Server tools to help developers manage cloud resources with AI-agent

Install / Use

claude mcp add huaweicloud-samples -- npx -y github:huaweicloud-samples/iaas-mcp-server

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

80/100

Supported Platforms

Claude Code
Claude Desktop

Tags

mcp-server

GitHub License CI PRs Welcome Last Commit Language

简体中文

Huawei MCP Server is a Model Context Protocol server built on Huawei Cloud services, providing secure and controlled cloud access capabilities for large AI models. Through standardized MCP specifications, it enables AI assistants to operate Huawei Cloud resources within conversational workflows, supporting core services including ECS, OBS, GaussDB, and other widely-used cloud products.

Mcp-server catalog

Practical documents

Demo

Demo1

Cline uses Huawei Cloud EIP MCP Server to create and delete EIP instances.

Running Guide

1. Dependency Installation

Install the Python environment in advance. Since Python 3.4 and 2.7.9, pip has been installed with Python as a standard component.

  • Install uv (Recommended)
  • Install python version 3.10 or above

2. Environment variable settings

Prepare AK and SK and set them to environment variables

  • ak environment variable name: HUAWEI_ACCESS_KEY
  • sk environment variable name: HUAWEI_SECRET_KEY

img.png

3. Running method

Take running the mcp-server-ecs service as an example

Run with 'uv' (recommended)

# Enter the root path of the project
cd /path/to/you/mcp-server

# Start the service
uv run mcp-server-ecs

Execute uv run mcp-server-ecs -h to view the usage instructions, the configuration values of the config.yaml file in the sub-project can be overwritten by using the optional parameters in the command line

usage: mcp-server-ecs [-h] [-p PORT] [-t {http,sse,stdio}]

MCP Server

options:
  -h, --help            show this help message and exit
  -p, --port PORT       Port number
  -t, --transport {http,sse,stdio}
                        Transport of MCP Server

Run with python

img_1.png

# Enter the root path of the project
cd /path/to/you/mcp-server

# Install dependencies
pip install -e .

# Enter the specified service (mcp-server-ecs) path
cd huaweicloud_services_server/mcp_server_ecs/src/mcp_server_ecs

# Start the service
python run.py

MCP Marketplace Integration

  • Cline
  • Configure the mcp service to use http in cline. The json format is as follows
{
  "mcpServers": {
    "mcp_server_ecs": {
      "url": "http://localhost:8888/mcp",
      "disabled": false,
      "type": "streamableHttp",
      "autoApprove": []
    }
  }
}

Tools

<!DOCTYPE html> <html> <body> <table border="1" cellspacing="0" cellpadding="5"> <tr> <th>Group Name</th> <th>Product Name</th> <th>Product Short</th> </tr> <tr> <td rowspan="1">KooGallery</td> <td>Products and Orders</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_marketplace_server">Product&Order</a></td> </tr> <tr> <td rowspan="10">Networking</td> <td>Elastic Load Balance</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_elb">ELB</a></td> </tr> <tr> <td>Virtual Private Cloud</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_vpc">VPC</a></td> </tr> <tr> <td>Elastic IP</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_eip">EIP</a></td> </tr> <tr> <td>NAT Gateway</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_nat">NAT</a></td> </tr> <tr> <td>VPC Endpoint</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_vpcep">VPCEP</a></td> </tr> <tr> <td>Cloud Connect</td> <td>CC</td> </tr> <tr> <td>Enterprise Router</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_er">ER</a></td> </tr> <tr> <td>Global Accelerator</td> <td>GA</td> </tr> <tr> <td>Direct Connect</td> <td>DC</td> </tr> <tr> <td>Virtual Private Network</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_vpn">VPN</a></td> </tr> <tr> <td rowspan="3">Migration</td> <td>Server Migration Service</td> <td>SMS</td> </tr> <tr> <td>Object Storage Migration Service</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_oms">OMS</a></td> </tr> <tr> <td>CloudDataMigration</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_cdm">CDM</a></td> </tr> <tr> <td rowspan="5">Containers</td> <td>Cloud Container Engine</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_cce">CCE</a></td> </tr> <tr> <td>SoftWare Repository for Container</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_swr">SWR</a></td> </tr> <tr> <td>Application Service Mesh</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_asm">ASM</a></td> </tr> <tr> <td>Application Orchestration Service</td> <td>AOS</td> </tr> <tr> <td>Cloud Container Instance</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_cci">CCI</a></td> </tr> <tr> <td rowspan="10">AI</td> <td>Optical Character Recognition</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_ocr">OCR</a></td> </tr> <tr> <td>Face Recognition Service</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_frs">FRS</a></td> </tr> <tr> <td>ModelArts</td> <td>ModelArts</td> </tr> <tr> <td>Image</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_image">Image</a></td> </tr> <tr> <td>ImageSearch</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_imagesearch">ImageSearch</a></td> </tr> <tr> <td>Moderation</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_moderation">Moderation</a></td> </tr> <tr> <td>Speech Interaction Service</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_sis">SIS</a></td> </tr> <tr> <td>Graph Engine Service</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_ges">GES</a></td> </tr> <tr> <td>Question Answering Bot</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_cbs">CBS</a></td> </tr> <tr> <td>Autonomous Driving Cloud Service</td> <td>Octopus</td> </tr> <tr> <td rowspan="13">CodeArts</td> <td>Cloud Performance Test Service</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_cpts">CPTS</a></td> </tr> <tr> <td>ServiceStage</td> <td>ServiceStage</td> </tr> <tr> <td>CodeCheck</td> <td>CodeCheck</td> </tr> <tr> <td>CodeArts Req</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_projectman">ProjectMan</a></td> </tr> <tr> <td>CodeHub</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_codehub">CodeHub</a></td> </tr> <tr> <td>CloudBuild</td> <td>CloudBuild</td> </tr> <tr> <td>CloudTest</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_cloudtest">CloudTest</a></td> </tr> <tr> <td>CodeArts Deploy</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_codeartsdeploy">CodeArtsDeploy</a></td> </tr> <tr> <td>CodeArts Check</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_codeartscheck">CodeArtsCheck</a></td> </tr> <tr> <td>CodeArts Pipeline</td> <td>CodeArtsPipeline</td> </tr> <tr> <td>CodeArts Build</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_codeartsbuild">CodeArtsBuild</a></td> </tr> <tr> <td>CodeArts Artifact</td> <td>CodeArtsArtifact</td> </tr> <tr> <td>Cloud Application Engine</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_cae">CAE</a></td> </tr> <tr> <td rowspan="4">Business Applications</td> <td>ROMA</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_roma">ROMA</a></td> </tr> <tr> <td>Domain Name Service</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_dns">DNS</a></td> </tr> <tr> <td>HUAWEI CLOUD Meeting</td> <td>Meeting</td> </tr> <tr> <td>Workspace</td> <td>Workspace</td> </tr> <tr> <td rowspan="1">Operation</td> <td>Customer Operation Capabilities</td> <td>BSSINTL</td> </tr> <tr> <td rowspan="3">Internet of Things</td> <td>IoT Device Access</td> <td>IoTDA</td> </tr> <tr> <td>Global SIM Link</td> <td><a href="https://github.com/HuaweiCloudDeveloper/mcp-server/tree/master-dev/huaweicloud_services_server/mcp_server_gsl">GSL</a></td> </tr> <tr> <td>IoT Device Access M

Truncated for display — read the full file on GitHub.

Related Skills

View on GitHub
GitHub Stars46
CategoryDevelopment
Updated7mo ago
Forks24

Languages

Python

Security Score

91/100

Audited on Feb 11, 2026

1 low1 info