Alibaba Cloud Ops
AlibabaCloud CloudOps MCP Server
What is Alibaba Cloud Ops?
Alibaba Cloud Ops is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to alibabacloud cloudops mcp server
AlibabaCloud CloudOps MCP Server
This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- AlibabaCloud CloudOps MCP Server
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx alibaba-cloud-opsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Alibaba Cloud Ops
Alibaba Cloud Ops MCP Server is a Python-based CloudOps gateway that lets AI assistants manage Alibaba Cloud infrastructure through natural language. It supports ECS instance management, VPC and RDS operations, OSS bucket administration, application deployment via OOS CodeDeploy, and real-time monitoring of CPU, memory, and disk metrics. Teams already using Alibaba Cloud can use it to orchestrate multi-resource operations and deployments without leaving their AI assistant.
Prerequisites
- Python 3.10 or higher and the uv package manager installed
- An Alibaba Cloud account with an Access Key ID and Access Key Secret
- Sufficient IAM permissions on your Access Key for the resources you want to manage (ECS, RDS, OSS, VPC, OOS)
- An MCP-compatible client such as Cursor, Cline, or Claude Desktop
Install the uv package manager
Alibaba Cloud Ops MCP Server is distributed as a Python package run via uvx. Install uv first if you don't have it.
curl -LsSf https://astral.sh/uv/install.sh | shObtain your Alibaba Cloud Access Key
Log in to the Alibaba Cloud console and generate an Access Key ID and Access Key Secret under your account security settings. Store these securely — they grant access to your cloud resources.
Configure your MCP client
Add the server to your MCP client configuration, providing your Alibaba Cloud credentials as environment variables. The server is run via uvx with no local installation step required.
{
"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"
}
}
}
}Restart your MCP client
Restart Claude Desktop, Cursor, or Cline to load the new server configuration. The Alibaba Cloud Ops tools will appear in your AI assistant's tool list.
Deploy an application
To deploy an application to ECS, first have the AI analyze your project stack, then trigger deployment. The server handles OSS artifact uploads automatically.
Alibaba Cloud Ops Examples
Client configuration
MCP client configuration for Alibaba Cloud Ops using uvx. Replace the placeholder values with your actual Alibaba Cloud credentials.
{
"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"
}
}
}
}Prompts to try
Example prompts for ECS management, application deployment, monitoring, and OSS operations.
- "List all my ECS instances in the cn-hangzhou region"
- "Show me the CPU and memory usage for instance i-xxxxxxxx over the last hour"
- "Create a new VPC with CIDR 192.168.0.0/16 in cn-shanghai"
- "Deploy my Node.js application from /path/to/project to my ECS cluster"
- "List all OSS buckets in my account and show their storage usage"
- "What is the current status of my RDS instance rm-xxxxxxxx?"Troubleshooting Alibaba Cloud Ops
Authentication error: InvalidAccessKeyId
Verify that ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET are set correctly in your MCP config. Ensure there are no extra spaces or newlines in the credential values, and that the Access Key is active in the Alibaba Cloud console.
uvx command not found
Install uv by running 'curl -LsSf https://astral.sh/uv/install.sh | sh' and then restart your terminal. On some systems you may need to add ~/.cargo/bin or ~/.local/bin to your PATH.
Operations fail with permission denied errors
The Access Key must have sufficient RAM (Resource Access Management) permissions for the services you are trying to manage. Attach the appropriate system policies (e.g., AliyunECSFullAccess, AliyunOSSFullAccess) to the RAM user associated with your Access Key.
Frequently Asked Questions about Alibaba Cloud Ops
What is Alibaba Cloud Ops?
Alibaba Cloud Ops is a Model Context Protocol (MCP) server that alibabacloud cloudops mcp server It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Alibaba Cloud Ops?
Follow the installation instructions on the Alibaba Cloud Ops GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Alibaba Cloud Ops?
Alibaba Cloud Ops works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Alibaba Cloud Ops free to use?
Yes, Alibaba Cloud Ops is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
Alibaba Cloud Ops Alternatives — Similar Cloud Services Servers
Looking for alternatives to Alibaba Cloud Ops? Here are other popular cloud services servers you can use with Claude, Cursor, and VS Code.
Open WebUI
★ 138.2kUser-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Anything LLM
★ 60.4kThe all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
LocalAI
★ 46.4kLocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Nacos
★ 33.0kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Xiaozhi ESP32
★ 26.7k本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.
Gateway
★ 11.8kA blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
Browse More Cloud Services MCP Servers
Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Alibaba Cloud Ops in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Alibaba Cloud Ops?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.