MaxCompute MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MaxCompute MCP Serverlist all tables in the MaxCompute project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MaxCompute MCP Server
Overview
A Model Context Protocol (MCP) server for MaxCompute.
Related MCP server: ODPS MCP Server
Components
Tools
The server offers 4 core tools:
Query Tools
get_latest_partitionGet the latest partition name for a specific table
Input:
table_name(string): Name of the table
Returns: The latest partition name
read_queryExecute 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_tablesList all tables in the MaxCompute project
No input required
Returns: Array of table objects with name and comment
describe_tableGet 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
cd /path/to/maxcompute-mcp-server
uv pip install .
uv buildUsage with Cline
# 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"
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that enables natural language interaction with Apache Iceberg data lakehouses, allowing users to query table metadata, schemas, and properties through Claude, Cursor, or other MCP clients.Last updated542Apache 2.0
- Flicense-qualityCmaintenanceRead-only MCP server for Alibaba Cloud MaxCompute, enabling safe querying of allowlisted tables via tools like list_allowed_tables, describe_table, preview_table, and run_select_sql.Last updated
- Alicense-qualityCmaintenanceMCP server for DaMeng database, enabling AI assistants to execute SQL queries, list tables, describe table structures, and retrieve schema information.Last updated507MIT
- Alicense-qualityDmaintenanceA comprehensive MCP server for SQL Server database operations, enabling CRUD operations, schema exploration, and stored procedure execution through natural language.Last updated7MIT
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
Official Microsoft MCP Server to query Microsoft Entra data using natural language
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/datafe/maxcompute-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server