aliyun/alibaba-cloud-ops-mcp-server

☁️ Cloud Platforms
0 Views
0 Installs

πŸŽ–οΈ 🐍 ☁️ - A MCP server that enables AI assistants to operation resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS and widely used cloud products.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "aliyun-alibaba-cloud-ops-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aliyun-alibaba-cloud-ops-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Alibaba Cloud Ops MCP Server

GitHub stars

δΈ­ζ–‡η‰ˆζœ¬

Alibaba Cloud Ops MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Alibaba Cloud APIs, enabling AI assistants to operate resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS, OSS, VPC, RDS and other widely used cloud products. It also enables AI assistants to analyze, build, and deploy applications to Alibaba Cloud ECS instances.

MCP Maketplace Integration

Features

  • ECS Management: Create, start, stop, reboot, delete instances, run commands, view instances, regions, zones, images, security groups, and more
  • VPC Management: View VPCs and VSwitches
  • RDS Management: List, start, stop, and restart RDS instances
  • OSS Management: List, create, delete buckets, and view objects
  • Cloud Monitor: Get CPU usage, load average, memory usage, and disk usage metrics for ECS instances
  • Application Deployment: Deploy applications to ECS instances with automatic application and application group management
  • Project Analysis: Automatically identify project technology stack and deployment methods (npm, Python, Java, Go, Docker, etc.)
  • Local File Operations: List directories, run shell scripts, and analyze project structures
  • Dynamic API Tools: Support for Alibaba Cloud OpenAPI operations

Prepare

Install uv

# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh

Configuration

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

Know More

Tools

ProductToolFunctionImplementationStatus
ECSRunCommandRun CommandOOSDone
StartInstancesStart InstancesOOSDone
StopInstancesStop InstancesOOSDone
RebootInstancesReboot InstancesOOSDone
DescribeInstancesView InstancesAPIDone
DescribeRegionsView RegionsAPIDone
DescribeZonesView ZonesAPIDone
DescribeAvailableResourceView Resource InventoryAPIDone
DescribeImagesView ImagesAPIDone
DescribeSecurityGroupsView Security GroupsAPIDone
RunInstancesCreate InstancesOOSDone
DeleteInstancesDelete InstancesAPIDone
ResetPasswordModify PasswordOOSDone
ReplaceSystemDiskReplace Operating SystemOOSDone
VPCDescribeVpcsView VPCsAPIDone
DescribeVSwitchesView VSwitchesAPIDone
RDSDescribeDBInstancesList RDS InstancesAPIDone
StartDBInstancesStart the RDS instanceOOSDone
StopDBInstancesStop the RDS instanceOOSDone
RestartDBInstancesRestart the RDS instanceOOSDone
OSSListBucketsList BucketAPIDone
PutBucketCreate BucketAPIDone
DeleteBucketDelete BucketAPIDone
ListObjectsView object information in the bucketAPIDone
CloudMonitorGetCpuUsageDataGet CPU Usage Data for ECS InstancesAPIDone
GetCpuLoadavgDataGet CPU One-Minute Average Load Metric DataAPIDone
GetCpuloadavg5mDataGet CPU Five-Minute Average Load Metric DataAPIDone
GetCpuloadavg15mDataGet CPU Fifteen-Minute Average Load Metric DataAPIDone
GetMemUsedDataGet Memory Usage Metric DataAPIDone
GetMemUsageDataGet Memory Utilization Metric DataAPIDone
GetDiskUsageDataGet Disk Utilization Metric DataAPIDone
GetDiskTotalDataGet Total Disk Partition Capacity Metric DataAPIDone
GetDiskUsedDataGet Disk Partition Usage Metric DataAPIDone
Application ManagementOOS_CodeDeployDeploy applications to ECS instances with automatic artifact upload to OSSOOSDone
OOS_GetDeployStatusQuery deployment status of application groupsAPIDone
OOS_GetLastDeploymentInfoRetrieve information about the last deploymentAPIDone
LocalLOCAL_ListDirectoryList files and subdirectories in a directoryLocalDone
LOCAL_RunShellScriptExecute shell scripts or commandsLocalDone
LOCAL_AnalyzeDeployStackIdentify project deployment methods and technology stackLocalDone

Deployment Workflow

The typical deployment workflow includes:

  1. Project Analysis: Use LOCAL_AnalyzeDeployStack to identify the project's technology stack and deployment method
  2. Build Artifacts: Build or package the application locally (e.g., create tar.gz or zip files)
  3. Deploy Application: Use OOS_CodeDeploy to deploy the application to ECS instances
    • Automatically creates application and application group if they don't exist
    • Uploads artifacts to OSS
    • Deploys to specified ECS instances
  4. Monitor Deployment: Use OOS_GetDeployStatus to check deployment status

Contact us

If you have any questions, please join the Alibaba Cloud Ops MCP discussion group (DingTalk group: 113455011677) for discussion.

Related MCP Servers

4everland/4everland-hosting-mcp

πŸŽ–οΈ πŸ“‡ 🏠 🍎 🐧 - An MCP server implementation for 4EVERLAND Hosting enabling instant deployment of AI-generated code to decentralized storage networks like Greenfield, IPFS, and Arweave.

☁️ Cloud Platforms0 views
aashari/mcp-server-aws-sso

πŸ“‡ ☁️ 🏠 - AWS Single Sign-On (SSO) integration enabling AI systems to securely interact with AWS resources by initiating SSO login, listing accounts/roles, and executing AWS CLI commands using temporary credentials.

☁️ Cloud Platforms0 views
agentmetal/mcp

πŸŽ–οΈ πŸ“‡ ☁️ - Provision, SSH into, run commands on, and manage Linux VPSes from an agent β€” pay USDC over x402 or by card over HTTP 402, a running box in under 60s. No signup, no API key to buy.

☁️ Cloud Platforms0 views
alexbakers/mcp-ipfs

πŸ“‡ ☁️ - upload and manipulation of IPFS storage

☁️ Cloud Platforms0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/28/2026, 10:45:29 AM

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.