Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Alibabacloud Dataworks Mcp Server

    A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.

    24 stars
    TypeScript
    Updated Oct 15, 2025
    ai
    aliyun
    bigdata
    data
    data-analysis
    data-science
    data-visualization
    database
    ide
    modeling
    scheduler
    sql

    Table of Contents

    • Overview
    • Prerequisites
    • Installation
    • Option 1: Install from npm (recommend for clients like Cursor/Cline)
    • Option 2: Build from Source (for developers)
    • Configuration
    • MCP Server Configuration
    • Environment Setup
    • Configuration Description
    • Project Structure
    • Available Tools
    • Security Considerations
    • Troubleshooting
    • Dependencies
    • Contributing
    • License

    Table of Contents

    • Overview
    • Prerequisites
    • Installation
    • Option 1: Install from npm (recommend for clients like Cursor/Cline)
    • Option 2: Build from Source (for developers)
    • Configuration
    • MCP Server Configuration
    • Environment Setup
    • Configuration Description
    • Project Structure
    • Available Tools
    • Security Considerations
    • Troubleshooting
    • Dependencies
    • Contributing
    • License

    Documentation

    MseeP.ai Security Assessment Badge

    DataWorks MCP Server

    A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.

    Overview

    This MCP server:

    • Interact with DataWorks Open API
    • Manage DataWorks resources

    The server implements the Model Context Protocol specification to standardize cloud resource interactions for AI agents.

    Prerequisites

    • Node.js (v16 or higher)
    • pnpm (recommended), npm, or yarn
    • DataWorks Open API with access key and secret key

    Installation

    Option 1: Install from npm (recommend for clients like Cursor/Cline)

    bash
    # Install globally
    npm install -g alibabacloud-dataworks-mcp-server
    
    # Or install locally in your project
    npm install alibabacloud-dataworks-mcp-server

    Option 2: Build from Source (for developers)

    1. Clone this repository:

    bash
    git clone https://github.com/aliyun/alibabacloud-dataworks-mcp-server
    cd alibabacloud-dataworks-mcp-server

    2. Install dependencies (pnpm is recommended, npm is supported):

    bash
    pnpm install

    3. Build the project:

    bash
    pnpm run build

    4. Development the project (by @modelcontextprotocol/inspector):

    bash
    pnpm run dev

    open http://localhost:5173

    Configuration

    MCP Server Configuration

    If you installed via npm (Option 1):

    json
    {
      "mcpServers": {
        "alibabacloud-dataworks-mcp-server": {
          "command": "npx",
          "args": ["alibabacloud-dataworks-mcp-server"],
          "env": {
            "REGION": "your_dataworks_open_api_region_id_here",
            "ALIBABA_CLOUD_ACCESS_KEY_ID": "your_alibaba_cloud_access_key_id",
            "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your_alibaba_cloud_access_key_secret",
            "TOOL_CATEGORIES": "optional_your_tool_categories_here_ex_UTILS",
            "TOOL_NAMES": "optional_your_tool_names_here_ex_ListProjects"
          },
          "disabled": false,
          "autoApprove": []
        }
      }
    }

    If you built from source (Option 2):

    json
    {
      "mcpServers": {
        "alibabacloud-dataworks-mcp-server": {
          "command": "node",
          "args": ["/path/to/alibabacloud-dataworks-mcp-server/build/index.js"],
          "env": {
            "REGION": "your_dataworks_open_api_region_id_here",
            "ALIBABA_CLOUD_ACCESS_KEY_ID": "your_alibaba_cloud_access_key_id",
            "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your_alibaba_cloud_access_key_secret",
            "TOOL_CATEGORIES": "optional_your_tool_categories_here_ex_SERVER_IDE_DEFAULT",
            "TOOL_NAMES": "optional_your_tool_names_here_ex_ListProjects"
          },
          "disabled": false,
          "autoApprove": []
        }
      }
    }

    Environment Setup

    init variables in your environment:

    env
    # DataWorks Configuration
    REGION=your_dataworks_open_api_region_id_here
    ALIBABA_CLOUD_ACCESS_KEY_ID=your_alibaba_cloud_access_key_id
    ALIBABA_CLOUD_ACCESS_KEY_SECRET=your_alibaba_cloud_access_key_secret
    TOOL_CATEGORIES=optional_your_tool_categories_here_ex_SERVER_IDE_DEFAULT
    TOOL_NAMES=optional_your_tool_names_here_ex_ListProjects

    Configuration Description

    • Use Guide Description Link

    Project Structure

    code
    alibabacloud-dataworks-mcp-server/
    ├── src/
    │   ├── index.ts          # Main entry point
    ├── package.json
    └── tsconfig.json

    Available Tools

    The MCP server provides the following DataWorks tools:

    See this link

    Security Considerations

    • Keep your private key secure and never share it
    • Use environment variables for sensitive information
    • Regularly monitor and audit AI agent activities

    Troubleshooting

    If you encounter issues:

    1. Verify your Aliyun Open API access key and secret key are correct

    2. Check your region id is correct

    3. Ensure you're on the intended network (mainnet, testnet, or devnet)

    4. Verify the build was successful

    Dependencies

    Key dependencies include:

    • @alicloud/dataworks-public20240518
    • @alicloud/openapi-client

    Contributing

    Contributions are welcome! Please feel free to submit a Pull Request.

    1. Fork the repository

    2. Create your feature branch (git checkout -b feature/amazing-feature)

    3. Commit your changes (git commit -m 'Add some amazing feature')

    4. Push to the branch (git push origin feature/amazing-feature)

    5. Open a Pull Request

    License

    This project is licensed under the Apache 2.0 License.

    Similar MCP

    Based on tags & features

    • AN

      Anyquery

      Go·
      1.4k
    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Ipfs

      TypeScript·
      11

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AN

      Anyquery

      Go·
      1.4k
    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Ipfs

      TypeScript·
      11

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k