Azure DevOps MCP Server
Microsoft's MCP server for Azure DevOps work items, repos, pipelines and more, hosted or local.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Teams on Azure DevOps who want agents to triage work items and review pull requests.
About Azure DevOps MCP Server
Microsoft's Azure DevOps MCP Server gives AI agents access to Azure DevOps work items, repositories, pipelines, wikis, test plans, search and Advanced Security. Microsoft recommends the hosted remote server, which needs no installation and receives features first; a local stdio server is available as an npm package, with domains to load only the tool groups you need. A recent consolidation renamed many tools.
Azure DevOps MCP Server is an open-source project written primarily in TypeScript, with 2.0k stars on GitHub. It was last updated in September 2026.
Add Azure DevOps MCP Server to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead. Replace <your-organization> with your own value first.
Claude Code
claude mcp add --transport http azure-devops-mcp 'https://mcp.dev.azure.com/<your-organization>'Cursor
{
"mcpServers": {
"azure-devops-mcp": {
"url": "https://mcp.dev.azure.com/<your-organization>"
}
}
}VS Code
{
"servers": {
"azure-devops-mcp": {
"type": "http",
"url": "https://mcp.dev.azure.com/<your-organization>"
}
}
}Codex
codex mcp add azure-devops-mcp --url 'https://mcp.dev.azure.com/<your-organization>'Azure DevOps MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Azure DevOps MCP Serverthis listing | 2.0k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Azure DevOps MCP Server alternatives, compared →
