Azure DevOps (ADO)
Rank #720io.github.PremierInc/azure-devops
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Azure DevOps (ADO) is a Model Context Protocol (MCP) server published by microsoft. It ranks #720 of 115,460 servers tracked on MCP Toplist, and its repository has 1,986 GitHub stars. Azure DevOps (ADO) is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Nov 6, 2025 and most recently updated on May 18, 2026.
Ranks ahead of 114,740 of 115,460 servers on MCP Toplist.
Use Azure DevOps (ADO)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http azure-devops https://mcp.dev.azure.com/[mcp_servers.azure-devops]
url = "https://mcp.dev.azure.com/"Add to ~/.codex/config.toml.
https://mcp.dev.azure.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"azure-devops": {
"url": "https://mcp.dev.azure.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"azure-devops": {
"type": "http",
"url": "https://mcp.dev.azure.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"azure-devops": {
"serverUrl": "https://mcp.dev.azure.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"azure-devops": {
"url": "https://mcp.dev.azure.com/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.PremierInc%2Fazure-devops)<a href="https://mcptoplist.com/server/io.github.PremierInc%2Fazure-devops"><img src="https://mcptoplist.com/badge/io.github.PremierInc%2Fazure-devops.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
microsoft
Other servers by microsoft
- Geng#8 · 5 vers
- Playwright MCP Server#11 · 7 vers
- MarkItDown#14 · 6 vers
- Slack#42 · 5 vers
- Azure MCP Server#43 · 37 vers
- 🚀 Model Context Protocol (MCP) Curriculum for Beginners#203
- Awesome Copilot MCP Server#354 · 111 vers
- Microsoft Work IQ Calendar#1,152
- Power BI Modeling MCP Server#1,321 · 2 vers
- GenAIScript#1,649 · 5 vers
- Microsoft Fabric RTI MCP Server#1,756 · 8 vers
- DebugMCP#2,051
Available versions (1)
| Version | Published |
|---|---|
| v0.0.1 | May 18, 2026 |
Frequently asked questions
- Who maintains Azure DevOps (ADO)?
- Azure DevOps (ADO) is maintained by microsoft, which publishes 30 MCP servers (211 total versions) tracked on MCP Toplist.
- Is Azure DevOps (ADO) listed on the Official MCP Registry?
- Yes — Azure DevOps (ADO) is listed on the Official MCP Registry, alongside Glama.
- How many versions does Azure DevOps (ADO) have?
- MCP Toplist tracks 1 version of Azure DevOps (ADO), most recently published on May 18, 2026.
- Where can I find the source code for Azure DevOps (ADO)?
- The source code for Azure DevOps (ADO) is hosted at github.com/microsoft/azure-devops-mcp.