Description
This MCP server provides comprehensive integration with Alibaba Cloud Function Compute (FC3), enabling AI assistants to deploy, manage, and configure serverless functions with custom runtime support. Built with TypeScript and leveraging the Serverless Devs framework, it offers tools for creating and updating functions with configurable CPU, memory, and environment settings, managing custom domain routing, and handling function lifecycle operations including deployment from local code directories. The implementation supports multi-language runtimes (Python, Node.js, Java) through automatic layer provisioning, VPC and logging configuration, and includes intelligent domain name generation for HTTP access, making it valuable for developers who need AI assistance in managing serverless applications and automating cloud function deployments on Alibaba Cloud's platform.
Installation
npx -y alibabacloud-fc-mcp-server npm install alibabacloud-fc-mcp-server git clone https://github.com/aliyun/alibabacloud-fc-mcp-server Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"alibaba-cloud-function-compute": {
"command": "npx",
"args": [
"-y",
"alibabacloud-fc-mcp-server"
]
}
}
}