Back to Apps

Alibaba Cloud DataWorks MCP Server
by aliyun
Integrate AI agents with Alibaba Cloud DataWorks Open API for seamless cloud resource operations and data management.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This MCP server connects AI agents to the Alibaba Cloud DataWorks Open API. It allows LLMs to interact with big data development and operations workflows, enabling natural language exploration of metadata and resource management within the Alibaba Cloud ecosystem.
Tools
- Resource Management: Tools to list, query, and manage DataWorks projects and nodes.
- Task Troubleshooting: Capabilities to analyze and troubleshoot scheduled data tasks.
- Metadata Exploration: Access and query DataWorks metadata for better data discovery.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"alibabacloud-dataworks-mcp-server": {
"command": "npx",
"args": ["alibabacloud-dataworks-mcp-server"],
"env": {
"REGION": "your_region_id",
"ALIBABA_CLOUD_ACCESS_KEY_ID": "your_access_key",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your_secret_key"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Cline
Quick install
npm install -g alibabacloud-dataworks-mcp-serverInformation
- Pricing
- free
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json using npx alibabacloud-dataworks-mcp-serverClaude Desktop
{"mcpServers": {"alibabacloud-dataworks-mcp-server": {"command": "npx", "args": ["alibabacloud-dataworks-mcp-server"], "env": {"REGION": "...", "ALIBABA_CLOUD_ACCESS_KEY_ID": "...", "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "..."}}}}





