MaxCompute MCP Server
@datafe
MaxCompute MCP Server について
Alibaba cloud MaxCompute (ODPS) MCP server implemented by python
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"maxcompute-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MaxCompute MCP Server?
A Model Context Protocol (MCP) server that provides query and schema tools for Alibaba Cloud MaxCompute, enabling AI assistants to interact with MaxCompute tables and data.
How to use MaxCompute MCP Server?
Configure the server in your MCP client (e.g., Cline) by adding the provided uv command and environment variables (ALIBABA_CLOUD_ACCESS_KEY_ID, ALIBABA_CLOUD_ACCESS_KEY_SECRET, ALIBABA_CLOUD_MAXCOMPUTE_PROJECT, ALIBABA_CLOUD_MAXCOMPUTE_ENDPOINT) to the client’s settings file. Then invoke the tools via the MCP client.
Key features of MaxCompute MCP Server
- Execute SELECT queries on MaxCompute projects
- Retrieve the latest partition name for a table
- List all tables in a MaxCompute project
- Describe a table’s schema (DESC command output)
- Easy integration with MCP-compatible clients like Cline
Use cases of MaxCompute MCP Server
- Quickly explore MaxCompute table schemas via an AI assistant
- Run read-only queries without writing full SQL client code
- Automate partition discovery for data pipeline checks
- Integrate MaxCompute metadata into AI-powered data catalog tools
FAQ from MaxCompute MCP Server
What environment variables are required?
ALIBABA_CLOUD_ACCESS_KEY_ID, ALIBABA_CLOUD_ACCESS_KEY_SECRET, ALIBABA_CLOUD_MAXCOMPUTE_PROJECT, and ALIBABA_CLOUD_MAXCOMPUTE_ENDPOINT must be set.
What SQL queries are allowed?
Only SELECT queries are permitted; other SQL statements are rejected.
How do I install the server?
You can build from source using uv pip install . and uv build, or run it directly via uv run --with maxcompute-mcp-server maxcompute-mcp-server.
Where can I find my MaxCompute endpoint and project?
Endpoint details are available in the MaxCompute endpoint documentation, and project list is in the MaxCompute console.
Does the server support authentication via roles instead of access keys?
The README only shows access key authentication; no other authentication methods are mentioned.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント