maxcompute-mcp-server
Alibaba cloud MaxCompute (ODPS) MCP server implemented by python
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
- Code: GitHub
cd /path/to/maxcompute-mcp-server
uv pip install .
uv buildUsage 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"
}
}
}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
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations) Python-based implementation.
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP. Python-based implementation. Trusted by 6900+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP