Connections & Capabilities
Connects To
Capabilities
Quickstart
Config
{
"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"
}
}
}
}Exposed MCP Tools (10)
DescribeInstancesRetrieves information about ECS instances.
Read-only operation.
RunInstancesCreates new ECS instances.
Creates cloud resources, potentially incurring costs and security implications.
DeleteInstancesDeletes ECS instances.
Destructive operation that permanently removes cloud resources.
ListBucketsLists available OSS buckets.
Read-only operation.
PutBucketCreates a new OSS bucket.
Creates a new storage bucket.
DeleteBucketDeletes an OSS bucket.
Destructive operation that permanently removes a storage bucket and its contents.
OOS_CodeDeployDeploys applications to ECS instances using OOS.
Automates application deployment, which can have significant impact if misconfigured.
LOCAL_ListDirectoryLists files and subdirectories in a given directory on the server.
Read-only operation on the local filesystem.
LOCAL_RunShellScriptExecutes a shell script or command on the server.
Allows arbitrary code execution on the server.
LOCAL_AnalyzeDeployStackIdentifies the project's technology stack and deployment method.
Analyzes local files, no external impact.
Safety Assessment
This MCP server provides significant capabilities for managing Alibaba Cloud resources, but it also introduces risks due to its ability to perform write and delete operations. It's safe to use if access keys are carefully managed and the AI assistant is used responsibly. Risky scenarios include using it with an untrusted AI assistant or exposing it to unauthorized users.
- Leverages Alibaba Cloud's existing security infrastructure.
- OOS (Operation Orchestration Service) is used for many write operations, providing some level of auditing.
- API access is controlled by Alibaba Cloud's IAM (Identity and Access Management).
- Requires providing Alibaba Cloud Access Key ID and Secret, which if compromised, grants broad access.
- Enables potentially destructive operations like deleting instances and buckets.
- Directly interacts with cloud resources, so errors can have real-world consequences.
- LOCAL_RunShellScript allows arbitrary code execution on the server's host.
