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

    Maxcompute Mcp Server

    Alibaba cloud MaxCompute (ODPS) MCP server implemented by python

    2 stars
    Python
    Updated Sep 28, 2025
    alibabacloud
    aliyun
    big-data
    maxcompute
    mcp-server

    Table of Contents

    • Overview
    • Components
    • Tools
    • Query Tools
    • Schema Tools
    • Build from source
    • Usage with Cline

    Table of Contents

    • Overview
    • Components
    • Tools
    • Query Tools
    • Schema Tools
    • Build from source
    • Usage with Cline

    Documentation

    MaxCompute MCP Server

    Overview

    A Model Context Protocol (MCP) server for MaxCompute.

    Components

    Tools

    The server offers 4 core tools:

    Query Tools

    • get_latest_partition
    • Get the latest partition name for a specific table
    • Input:
    • table_name (string): Name of the table
    • Returns: The latest partition name
    • read_query
    • Execute a SELECT query on the MaxCompute project, only SELECT query is allowed
    • Input:
    • query (string): The SELECT SQL query
    • Returns: Query results as array of objects

    Schema Tools

    • list_tables
    • List all tables in the MaxCompute project
    • No input required
    • Returns: Array of table objects with name and comment
    • describe_table
    • Get the schema information for a specific table
    • Input:
    • table_name (string): Name of the table
    • Returns: Raw output of DESC command

    Build from source

    • Code: GitHub
    bash
    cd /path/to/maxcompute-mcp-server
    uv pip install .
    uv build

    Usage with Cline

    • maxcompute endpoints can view in endpoint
    • maxcompute projects can view in projects
    bash
    # Add the server to your cline_mcp_settings.json
    "mcpServers": {
      "maxcompute-mcp-server": {
        "command": "uv",
        "args": [
          "run",
          "--with",
          "maxcompute-mcp-server",
          "maxcompute-mcp-server"
        ],
        "env": {
          "ALIBABA_CLOUD_ACCESS_KEY_ID": "",
          "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "",
          "ALIBABA_CLOUD_MAXCOMPUTE_PROJECT": "",
          "ALIBABA_CLOUD_MAXCOMPUTE_ENDPOINT": "https://service.cn-shanghai.maxcompute.aliyun.com/api"
        }
      }
    }

    Similar MCP

    Based on tags & features

    • DA

      Davinci Resolve Mcp

      Python·
      327
    • BI

      Biothings Mcp

      Python·
      25
    • FH

      Fhir Mcp Server

      Python·
      55
    • OM

      Omop Mcp

      Python·
      14

    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

    • DA

      Davinci Resolve Mcp

      Python·
      327
    • BI

      Biothings Mcp

      Python·
      25
    • FH

      Fhir Mcp Server

      Python·
      55
    • OM

      Omop Mcp

      Python·
      14

    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