mcp-azure-devops
Rank #14,445io.github.dockndevai/mcp-azure-devops
Azure DevOps boards, repos, pipelines & projects for AI agents — governed.
mcp-azure-devops is a Model Context Protocol (MCP) server published by dockndevai. It ranks #14,445 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mcp-azure-devops is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 101,015 of 115,460 servers on MCP Toplist.
Use mcp-azure-devops
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-azure-devops -e "AZDO_ORG_URL=<your AZDO_ORG_URL>" -e "AZDO_PAT=<your AZDO_PAT>" -e "AZDO_MODE=<your AZDO_MODE>" -- npx -y @dockndevai/mcp-azure-devopsReplace each placeholder with your own value before saving.
[mcp_servers.mcp-azure-devops]
command = "npx"
args = ["-y", "@dockndevai/mcp-azure-devops"]
[mcp_servers.mcp-azure-devops.env]
AZDO_ORG_URL = "<your AZDO_ORG_URL>"
AZDO_PAT = "<your AZDO_PAT>"
AZDO_MODE = "<your AZDO_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-azure-devops": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure-devops"
],
"env": {
"AZDO_ORG_URL": "<your AZDO_ORG_URL>",
"AZDO_PAT": "<your AZDO_PAT>",
"AZDO_MODE": "<your AZDO_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-azure-devops": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure-devops"
],
"env": {
"AZDO_ORG_URL": "<your AZDO_ORG_URL>",
"AZDO_PAT": "<your AZDO_PAT>",
"AZDO_MODE": "<your AZDO_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-azure-devops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure-devops"
],
"env": {
"AZDO_ORG_URL": "<your AZDO_ORG_URL>",
"AZDO_PAT": "<your AZDO_PAT>",
"AZDO_MODE": "<your AZDO_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-azure-devops": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure-devops"
],
"env": {
"AZDO_ORG_URL": "<your AZDO_ORG_URL>",
"AZDO_PAT": "<your AZDO_PAT>",
"AZDO_MODE": "<your AZDO_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-azure-devops": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure-devops"
],
"env": {
"AZDO_ORG_URL": "<your AZDO_ORG_URL>",
"AZDO_PAT": "<your AZDO_PAT>",
"AZDO_MODE": "<your AZDO_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
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.dockndevai%2Fmcp-azure-devops)<a href="https://mcptoplist.com/server/io.github.dockndevai%2Fmcp-azure-devops"><img src="https://mcptoplist.com/badge/io.github.dockndevai%2Fmcp-azure-devops.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
dockndevai
Other servers by dockndevai
- mcp-kubernetes#10,655 · 3 vers
- mcp-keycloak#12,447 · 3 vers
- mcp-kafka#13,059 · 3 vers
- mcp-clickhouse#13,335 · 3 vers
- mcp-debezium#13,336 · 3 vers
- mcp-azure#14,444 · 3 vers
- mcp-oci#14,446 · 3 vers
- MCP Percona Pg Server#24,370 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Aug 30, 2026 |
| 0.1.1 | Aug 28, 2026 |
| 0.1.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains mcp-azure-devops?
- mcp-azure-devops is maintained by dockndevai, which publishes 9 MCP servers (25 total versions) tracked on MCP Toplist.
- Is mcp-azure-devops listed on the Official MCP Registry?
- Yes — mcp-azure-devops is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-azure-devops have?
- MCP Toplist tracks 3 versions of mcp-azure-devops, most recently published on Aug 30, 2026.
- Where can I find the source code for mcp-azure-devops?
- The source code for mcp-azure-devops is hosted at github.com/dockndevai/mcp-azure-devops.