Skip to content
Agent Search Engine.

Record · azure-devopsMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

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 CodeRun in your terminal
claude mcp add --transport http azure-devops-mcp 'https://mcp.dev.azure.com/<your-organization>'
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "azure-devops-mcp": {
      "url": "https://mcp.dev.azure.com/<your-organization>"
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "azure-devops-mcp": {
      "type": "http",
      "url": "https://mcp.dev.azure.com/<your-organization>"
    }
  }
}
CodexRun in your terminal
codex mcp add azure-devops-mcp --url 'https://mcp.dev.azure.com/<your-organization>'

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Azure DevOps MCP Server vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Azure DevOps MCP ServerMCP serverthis listing2.0kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Azure DevOps MCP Server alternatives, compared →