mcp-server-esa
mcp-server-esa is an automation server built with TypeScript, designed to streamline workflows efficiently. It excels in data processing and API integration, making it easy for developers to incorporate into their projects. With a focus on usability and extensibility, it can adapt to various project needs.
GitHub Stars
24
User Rating
Not Rated
Favorites
0
Views
23
Forks
4
Issues
2
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
1Apply for Alibaba Cloud's AK and SK on the Accesskey page
https://ram.console.aliyun.com/profile/access-keys
2Enable Edge Routine service
https://esa.console.aliyun.com/edge/function/list
3Configure in your MCP-enabled client config:
{
"mcpServers": {
"esa-mcp-server": {
"command": "npx",
"args": ["-y", "mcp-server-esa"],
"env": {
"ALIBABA_CLOUD_ACCESS_KEY_ID": "your AK",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your SK",
"ALIBABA_CLOUD_SECURITY_TOKEN": "sts_security_token optional, required when using STS Token (By default, no need to pass)"
}
}
}
}