CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Alibaba Cloud Ops

aliyun/alibaba-cloud-ops-mcp-server
115
Summary

Connects Claude directly to Alibaba Cloud's APIs for managing ECS instances, RDS databases, OSS storage, VPCs, and CloudMonitor metrics. You can spin up instances, deploy applications, run remote commands, and monitor CPU/memory usage without leaving your AI chat. The server handles both infrastructure operations through OOS workflows and direct API calls, plus includes local project analysis to identify deployment stacks. Integrates with Cursor, Cline, and other MCP clients. Reach for this when you're managing Alibaba Cloud resources and want Claude to handle the operational heavy lifting instead of switching between console tabs.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →

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

  • Qoder Install MCP Server
  • Cursor Install MCP Server
  • Cline
  • ModelScope
  • Lingma
  • Smithery AI
  • FC-Function AI
  • Alibaba Cloud Model Studio

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

  • Alibaba Cloud Ops MCP Server is ready to use out of the box!!
  • Setup Alibaba Cloud Ops MCP Server on Bailian
  • Build your own Alibaba Cloud OpenAPI MCP Server with 10 lines of code
  • Alibaba Cloud Ops MCP Server is officially available on the Alibaba Cloud Model Studio Platform MCP Marketplace

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Categories
Cloud & InfrastructureMonitoring & Observability
UpdatedDec 15, 2025
View on GitHub

Related Cloud & Infrastructure MCP Servers

View all →
K8s

silenceper/mcp-k8s

Provides Kubernetes resource management and Helm operations via MCP for easy automation and LLM integration.
145
Containerization Assist

azure/containerization-assist

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
41
AWS Builder

io.github.evozim/aws-builder

AWS CloudFormation and Terraform infrastructure blueprint builder.
Kubernetes

strowk/mcp-k8s-go

MCP server connecting to Kubernetes
381
Kubernetes

reza-gholizade/k8s-mcp-server

Provides a standardized MCP interface to interact with Kubernetes clusters, enabling resource management, metrics, logs, and events.
156
MCP Server Kubernetes

flux159/mcp-server-kubernetes

Provides unified Kubernetes management via MCP, enabling kubectl-like operations, Helm interactions, and observability.
1.4k