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.
🔬 Playground
Try Alibaba Cloud Function Compute live in the browser with security context.
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"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.