Alibaba Cloud Server
БесплатноНе проверенEnables AI assistants to manage Alibaba Cloud resources via natural language, with explicit tools for common services and a universal API invoker for full cloud
Описание
Enables AI assistants to manage Alibaba Cloud resources via natural language, with explicit tools for common services and a universal API invoker for full cloud coverage.
README
A comprehensive, high-performance Model Context Protocol (MCP) server for managing Alibaba Cloud resources.
This server enables AI assistants (like Claude, Cursor, and others) to seamlessly interact with Alibaba Cloud infrastructure using natural language. It features a Hybrid Architecture:
- Explicit Service Tools: Pre-configured, typed handlers for the most common services (ECS, VPC, RDS, RAM, ACK, SLB) to ensure rapid, error-free AI interactions.
- Universal API Invoker: A dynamic tool built on
@alicloud/pop-corethat can invoke any of the 10,000+ API endpoints across all Alibaba Cloud services, giving you true 100% cloud management coverage.
Features
- 🚀 Zero-Config Universal Management: Dynamically call any Alibaba Cloud RPC/ROA API.
- 📦 Explicit Typed Tools:
- ECS: Manage Compute Instances (
ecs_list_instances,ecs_start_instance) - VPC: Manage Networking (
vpc_list,vpc_create) - RDS: Manage Databases (
rds_list_instances) - RAM: Manage IAM & Security (
ram_list_users) - ACK: Manage Kubernetes Clusters (
ack_list_clusters) - SLB: Manage Load Balancers (
slb_list)
- ECS: Manage Compute Instances (
- 🐳 Docker Ready: Run safely in an isolated container.
- 🛡️ Secure: Uses Zod for strict parameter validation and environment variables for credentials.
Prerequisites
- Node.js 18+ (if running locally)
- Docker (optional, for containerized execution)
- Alibaba Cloud Access Key ID and Secret with appropriate IAM permissions.
Setup & Installation
Option 1: Running Locally
Clone the repository and install dependencies:
npm installBuild the TypeScript source:
npm run buildCreate a
.envfile in the root directory:ALIBABA_CLOUD_ACCESS_KEY_ID="your_access_key" ALIBABA_CLOUD_ACCESS_KEY_SECRET="your_access_secret" ALIBABA_CLOUD_REGION_ID="cn-hangzhou"
Option 2: Running with Docker
- Build the Docker image:
docker build -t alibaba-cloud-mcp .
Configuring Your MCP Client
Claude Desktop
To integrate this server with Claude Desktop, add the following to your claude_desktop_config.json (usually located at %APPDATA%\Claude\claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
If using Node.js locally:
{
"mcpServers": {
"alibaba-cloud": {
"command": "node",
"args": ["/absolute/path/to/Alibaba_cloud_MCP_server/dist/index.js"],
"env": {
"ALIBABA_CLOUD_ACCESS_KEY_ID": "your_access_key",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your_access_secret",
"ALIBABA_CLOUD_REGION_ID": "cn-hangzhou"
}
}
}
}
If using Docker:
{
"mcpServers": {
"alibaba-cloud": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e", "ALIBABA_CLOUD_ACCESS_KEY_ID",
"-e", "ALIBABA_CLOUD_ACCESS_KEY_SECRET",
"-e", "ALIBABA_CLOUD_REGION_ID",
"alibaba-cloud-mcp"
],
"env": {
"ALIBABA_CLOUD_ACCESS_KEY_ID": "your_access_key",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your_access_secret",
"ALIBABA_CLOUD_REGION_ID": "cn-hangzhou"
}
}
}
}
Note: Restart Claude Desktop after updating the configuration.
Security Warning
⚠️ IMPORTANT: This MCP server is incredibly powerful, especially due to the
aliyun_invoke_apitool which can manage any resource. Always adhere to the Principle of Least Privilege. Ensure that the IAM/RAM user associated with your Access Keys only has the minimum permissions necessary for the tasks you intend the AI to perform.
Architecture
Built using:
@modelcontextprotocol/sdk@alicloud/pop-corezodfor validationTypeScript
from github.com/ahmedselimmansor-ctrl/Alibaba_cloud_MCP_server
Установка Alibaba Cloud Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ahmedselimmansor-ctrl/Alibaba_cloud_MCP_serverFAQ
Alibaba Cloud Server MCP бесплатный?
Да, Alibaba Cloud Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Alibaba Cloud Server?
Нет, Alibaba Cloud Server работает без API-ключей и переменных окружения.
Alibaba Cloud Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Alibaba Cloud Server в Claude Desktop, Claude Code или Cursor?
Открой Alibaba Cloud Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Alibaba Cloud Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
