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

Usage with Cline

# Install maxcompute-mcp-server
cd /path/to/maxcompute-mcp-server
uv pip install .
# Add the server to your cline_mcp_settings.json
"mcpServers": {
  "maxcompute-mcp-server": {
    "command": "uv",
    "args": [
      "run",
      "maxcompute-mcp-server"
    ],
    "env": {
      "ALIBABA_CLOUD_ACCESS_KEY_ID": "",
      "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "",
      "ALIBABA_CLOUD_MAXCOMPUTE_PROJECT": "",
      "ALIBABA_CLOUD_MAXCOMPUTE_ENDPOINT": "http://service.cn.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.0.tar.gz (6.7 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.0-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for maxcompute_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 fca5dc99f614af047385a1fc66ce82aa3f2f188aadbd3e1542c8cb9c4157e997
MD5 a18275fcf77dd020b84cbb2fc5942e64
BLAKE2b-256 07c34828573cd0cb9c9a9794d5a6816bd510e3ccf60314b6dc2a5fe2623444a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maxcompute_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 46fefc510beced7699e4eb2b3b9a90d89679e8167c683c803980357916aee5b2
MD5 c1d190fadb1903569e0b04b8eeae62d1
BLAKE2b-256 7c1fcec8cfe72e5df7e9b77819ce36b4a55af31d13b0b92011cd8ba3f65d24d8

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