mcp-server

mcp-server

3.4

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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.

mcp-server

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.

Demo

Demo

The video demonstrates using Cline with Huawei MCP Server to create a new ECS instance and remove it.

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.

pip install -r assets/requirements.txt

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

3. Running method

Directly enter the directory path of the sub-project, such as the run.py file under mcp_server_ecs, cd to the directory where run.py is located, and execute the command: python run.py, or use the pycharm tool to right-click and directly run run.py

MCP Maketplace Integration

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

Tools

Group NameProduct NameProduct Short
Cloud StoreProducts and OrdersProduct&Order
NetworkingElastic Load BalanceELB
Virtual Private CloudVPC
Elastic IPEIP
NAT GatewayNAT
VPC EndpointVPCEP
Cloud ConnectCC
Enterprise RouterER
Global AcceleratorGA
Direct ConnectDC
Virtual Private NetworkVPN
MigrationServer Migration ServiceSMS
Object Storage Migration ServiceOMS
CloudDataMigrationCDM
ContainersCloud Container EngineCCE
SoftWare Repository for ContainerSWR
Application Service MeshASM
Application Orchestration ServiceAOS
Cloud Container InstanceCCI
AIOptical Character RecognitionOCR
Face Recognition ServiceFRS
ModelArtsModelArts
ImageImage
ImageSearchImageSearch
ModerationModeration
Speech Interaction ServiceSIS
Graph Engine ServiceGES
Question Answering BotCBS
Autonomous Driving Cloud ServiceOctopus
CodeArtsCloud Performance Test ServiceCPTS
ServiceStageServiceStage
CodeCheckCodeCheck
CodeArts ReqProjectMan
CodeHubCodeHub
CloudBuildCloudBuild
CloudTestCloudTest
CodeArts DeployCodeArtsDeploy
CodeArts CheckCodeArtsCheck
CodeArts PipelineCodeArtsPipeline
CodeArts BuildCodeArtsBuild
CodeArts ArtifactCodeArtsArtifact
Cloud Application EngineCAE
Business ApplicationsROMAROMA
Domain Name ServiceDNS
HUAWEI CLOUD MeetingMeeting
WorkspaceWorkspace
OperationCustomer Operation CapabilitiesBSSINTL
Internet of ThingsIoT Device AccessIoTDA
Global SIM LinkGSL
IoT Device Access ManagementIoTDM
MiddlewareDistributed Cache ServiceDCS
Distributed Message Service for KafkaKafka
Cloud Service EnginesCSE
Distributed Message Service for RocketMQRocketMQ
Distributed Message Service for RabbitMQRabbitMQ
API GatewayAPIG
Application Performance ManagementAPM
MacroVerse aPaaSAppStageAppStage
AnalyticsMapReduce ServiceMRS
Data Warehouse ServiceDWS
Data Lake InsightDLI
DataArts StudioDataArtsStudio
Cloud Search ServiceCSS
Date Ingestion ServiceDIS
Media ServicesMedia Processing CenterMPC
LiveLive
Video On DemandVOD
Huawei Cloud Real-Time CommunicationCloudRTC
Management & GovernanceIdentity and Access ManagementIAM
Cloud EyeCES
Log Tank ServiceLTS
Resource Management ServiceRMS
Cloud Trace ServiceCTS
Tag Management ServiceTMS
Enterprise Project Management ServiceEPS
Simple Message NotificationSMN
Application Operations ManagementAOM
OrganizationsOrganizations
Resource Access ManagerRAM
ConfigConfig
Resource Formation ServiceRFS
IAMAccessAnalyzerIAMAccessAnalyzer
IAM Identity CenterIdentityCenter
IAM Identity Center StoreIdentityCenterStore
IAM Identity Center SCIMIdentityCenterSCIM
IAM Identity Center OIDCIdentityCenterOIDC
Security Token ServiceSTS
Cloud Operations CenterCOC
Resource Governance CenterRGC
Developer ToolsAPIExplorerAPIExplorer
StorageElastic Volume ServiceEVS
Cloud Backup and RecoveryCBR
SFSTurboSFSTurbo
Object Storage ServiceOBS
DatabasesDocument Database ServiceDDS
Relational Database ServiceRDS
TaurusDBTaurusDB
GaussDBGaussDBforopenGauss
GeminiDBGeminiDB
Data Replication ServiceDRS
Database and Application Migration UGOUGO
Distributed Database MiddlewareDDM
Data Admin Service (DAS)DAS
ComputeElastic Cloud ServerECS
Auto ScalingAS
FunctionGraphFunctionGraph
Image Management ServiceIMS
Bare Metal ServerBMS
Dedicated HostDeH
Content Delivery & Edge ComputingContent Delivery NetWorkCDN
Security & ComplianceHost Security ServiceHSS
Data Encryption Workshop KPSKPS
Cloud Secret Management ServiceCSMS
Data Encryption Workshop KMSKMS
Cloud Certificate Manager ServiceCCM
SSL Certificate ManagerSCM
Anti-DDoSAnti-DDoS
Database Security ServiceDBSS
Web Application FirewallWAF
Data Security CenterDSC
Cloud FirewallCFW
Cloud Bastion HostCBH
Edge SecurityEdgeSec
SecMasterSecMaster
Advanced Anti-DDoSAAD

Contribution

We welcome contributions from the open-source community! If you'd like to contribute to this project, please refer to the file.