Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"yunxiao": {
"env": {
"YUNXIAO_ACCESS_TOKEN": "<YOUR_TOKEN>",
"YUNXIAO_API_BASE_URL": "https://your-org.devops.aliyuncs.com"
},
"args": [
"-y",
"alibabacloud-devops-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AlibabaCloud Devops MCP Server provides AI assistants with the ability to interact with the Yunxiao platform, enabling them to read work item contents in projects, automatically write code after understanding requirements, and submit code merge requests. Enterprise development teams can use it to assist with code reviews, optimize task management, reduce repetitive operations, and thus focus on more important innovation and product delivery.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked directly against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops / cloud
MCP server for using the GitLab API
MCP Server for GCP environment for interacting with various Observability APIs.
MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for Alibabacloud Devops Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
English | 中文
AlibabaCloud Devops MCP Server provides AI assistants with the ability to interact with the Yunxiao platform, enabling them to read work item contents in projects, automatically write code after understanding requirements, and submit code merge requests. Enterprise development teams can use it to assist with code reviews, optimize task management, reduce repetitive operations, and thus focus on more important innovation and product delivery.
alibabacloud-devops-mcp-server provides the following capabilities for AI assistants:
organization-management: Organization management tools (organization list, organization details, department information, organizational roles, member information, etc.)code-management: Code repository management tools (repository management, branch management, merge request management, file tree, etc.)project-management: Project management tools (project management, work item management, work item fields, work item comments, time tracking, etc.)pipeline-management: Pipeline management tools (pipeline list, pipeline configuration, resource management, tag management, deployment management, etc.)application-delivery: Application delivery tools (deployment order management, application management, application tags, variable group management, etc.)packages-management: Artifact repository management tools (artifact repositories, artifact lists, etc.)test-management: Test management tools (test case management, test case directories, test plans, test results, etc.)This tool supports both Yunxiao central station and Region edition deployment modes:
https://openapi-rdc.aliyuncs.com as the API domainhttps://your-org.devops.aliyuncs.comThe tool automatically determines the deployment mode based on the configured API base URL:
openapi-rdc.aliyuncs.com, it operates in central station modeWhen using a Region edition, set the YUNXIAO_API_BASE_URL environment variable:
{
"mcpServers": {
"yunxiao": {
"command": "npx",
"args": ["-y", "alibabacloud-devops-mcp-server"],
"env": {
"YUNXIAO_ACCESS_TOKEN": "<YOUR_TOKEN>",
"YUNXIAO_API_BASE_URL": "https://your-org.devops.aliyuncs.com"
}
}
}
}
In Region mode, the organizationId parameter becomes optional:
organizationId is required and must be explicitly provided by the userorganizationId can be omitted, and the system will automatically use the default value "default"This means in Region mode, users don't need to worry about organization IDs - the tool handles it automatically.
node version >= 18.0.0
AlibabaCloud Devops Personal Access Token, click here to obtain. Grant read and write permissions to all APIs under organization management, project collaboration, code management, pipeline management, artifact repository management, application delivery and testing management.

Stdio mode is the simplest and most common way, suitable for most MCP clients (like Cursor, Claude Desktop, iFlow, etc.). No Docker installation required, just run via npx.
Add the fo