Skip to main content

A MCP server for MaxCompute

Project description

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

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

maxcompute_mcp_server-0.1.3.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

maxcompute_mcp_server-0.1.3-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file maxcompute_mcp_server-0.1.3.tar.gz.

File metadata

File hashes

Hashes for maxcompute_mcp_server-0.1.3.tar.gz
Algorithm Hash digest
SHA256 678d8a6556a331d7aac511a36a7d80512cf72c750a24bf1d301d18ba89aa49b6
MD5 cb281e6cad6292617e7372ff5089ce24
BLAKE2b-256 a5da279543bfcc41ae8074e18e24f6c73ec5b567e312f0551f48e56d057b7fd9

See more details on using hashes here.

File details

Details for the file maxcompute_mcp_server-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for maxcompute_mcp_server-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 94c516a23db21ed67415954f17b863d1eaebfa7469f89cdc5818ffc8deca3554
MD5 c82b4c482c92d80e793497906310e7f5
BLAKE2b-256 b71c4b0af41ccb59e93489ea6b44cfc5f46b2ab08a652d02867c9af152b2148e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page