trackmcp
Back to directory
datafe

maxcompute-mcp-server

View on GitHub

Alibaba cloud MaxCompute (ODPS) MCP server implemented by python

2 stars PythonServers & Infrastructure Updated Sep 28, 2025
alibabacloudaliyunbig-datamaxcomputemcp-server

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`

    Schema Tools

    • `list_tables`
      • `describe_table`

        Build from source

        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"
            }
          }
        }

        Frequently asked questions

        What is maxcompute-mcp-server?

        maxcompute-mcp-server is Alibaba cloud MaxCompute (ODPS) MCP server implemented by python

        How do I install maxcompute-mcp-server?

        Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

        Is maxcompute-mcp-server open source?

        Yes — it is hosted on GitHub at https://github.com/datafe/maxcompute-mcp-server and has 2 stars.

        Related MCP tools

        Run your own MCP server? See who uses it and what to fix.

        Measure it with TrackMCP