by aliyun
AlibabaCloud CloudOps MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Alibaba Cloud APIs, enabling AI assistants to operation resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS andother widely used cloud products.
Alibaba Cloud Ops MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Alibaba Cloud APIs, enabling AI assistants to operation resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS andother widely used cloud products.
To use the server, you need to install uv
and configure the MCP server with your Alibaba Cloud Access Key ID and Access Key Secret. You can then run the server using uvx
and integrate it with MCP clients like Cline or Cursor.
There is no FAQ section in the project's README file.
Alibaba Cloud Ops MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Alibaba Cloud APIs, enabling AI assistants to operation resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS andother widely used cloud products.
Install uv
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
Use VS Code + Cline to config MCP Server.
To use alibaba-cloud-ops-mcp-server
MCP Server with any other MCP Client, you can manually add this configuration and restart for changes to take effect:
{
"mcpServers": {
"alibaba-cloud-ops-mcp-server": {
"timeout": 600,
"command": "uvx",
"args": [
"alibaba-cloud-ops-mcp-server@latest"
],
"env": {
"ALIBABA_CLOUD_ACCESS_KEY_ID": "Your Access Key ID",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "Your Access Key SECRET"
}
}
}
}
For detailed parameter description, see MCP startup parameter document
Product | Tool | Function | Implematation | Status |
---|---|---|---|---|
ECS | RunCommand | Run Command | OOS | Done |
StartInstances | Start Instances | OOS | Done | |
StopInstances | Stop Instances | OOS | Done | |
RebootInstances | Reboot Instances | OOS | Done | |
DescribeInstances | View Instances | API | Done | |
DescribeRegions | View Regions | API | Done | |
DescribeZones | View Zones | API | Done | |
DescribeAvailableResource | View Resource Inventory | API | Done | |
DescribeImages | View Images | API | Done | |
DescribeSecurityGroups | View Security Groups | API | Done | |
RunInstances | Create Instances | OOS | Done | |
DeleteInstances | Delete Instances | API | Done | |
ResetPassword | Modify Password | OOS | Done | |
ReplaceSystemDisk | Replace Operating System | OOS | Done | |
VPC | DescribeVpcs | View VPCs | API | Done |
DescribeVSwitches | View VSwitches | API | Done | |
RDS | DescribeDBInstances | List RDS Instances | API | Done |
StartDBInstances | Start the RDS instance | OOS | Done | |
StopDBInstances | Stop the RDS instance | OOS | Done | |
RestartDBInstances | Restart the RDS instance | OOS | Done | |
OSS | ListBuckets | List Bucket | API | Done |
PutBucket | Create Bucket | API | Done | |
DeleteBucket | Delete Bucket | API | Done | |
ListObjects | View object information in the bucket | API | Done | |
CloudMonitor | GetCpuUsageData | Get CPU Usage Data for ECS Instances | API | Done |
GetCpuLoadavgData | Get CPU One-Minute Average Load Metric Data | API | Done | |
GetCpuloadavg5mData | Get CPU Five-Minute Average Load Metric Data | API | Done | |
GetCpuloadavg15mData | Get CPU Fifteen-Minute Average Load Metric Data | API | Done | |
GetMemUsedData | Get Memory Usage Metric Data | API | Done | |
GetMemUsageData | Get Memory Utilization Metric Data | API | Done | |
GetDiskUsageData | Get Disk Utilization Metric Data | API | Done | |
GetDiskTotalData | Get Total Disk Partition Capacity Metric Data | API | Done | |
GetDiskUsedData | Get Disk Partition Usage Metric Data | API | Done |
If you have any questions, please join the Alibaba Cloud Ops MCP discussion group (DingTalk group: 113455011677) for discussion.
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by daytonaio
Provides a secure, elastic sandbox environment for executing AI‑generated code with isolated runtimes and sub‑90 ms provisioning.
by awslabs
Specialized servers that expose AWS capabilities through the Model Context Protocol, allowing AI assistants and other applications to retrieve up‑to‑date AWS documentation, manage infrastructure, query services, and perform workflow automation directly from their context.
by awslabs
AWS MCP Servers allow AI agents to interact with and manage a wide range of AWS services using natural language commands. They enable AI-powered cloud management, automated DevOps, and data-driven insights within the AWS ecosystem.
by cloudflare
Remote Model Context Protocol endpoints that let AI clients read, process, and act on data across Cloudflare services such as Workers, Radar, Observability, and more.
by supabase-community
Enables AI assistants to interact directly with Supabase projects, allowing them to query databases, fetch configuration, manage tables, and perform other project‑level operations.
by Azure
azure-mcp is a server that implements the Model Context Protocol (MCP) to connect AI agents with Azure services. It allows developers to interact with Azure resources like Storage, Cosmos DB, and the Azure CLI using natural language commands within their development environment.
by Flux159
MCP Server for Kubernetes management commands, enabling interaction with Kubernetes clusters to manage pods, deployments, and services.
by strowk
Provides a Golang‑based server that enables interaction with Kubernetes clusters via prompts, allowing listing of contexts, namespaces, resources, nodes, pods, events, logs, and executing commands inside pods.
by jamsocket
Run arbitrary Python code securely in persistent, stateful sandboxes that remain available indefinitely.