home / mcp / azure devops mcp server

Azure DevOps MCP Server

Locally access Azure DevOps REST APIs via MCP to list projects, repos, work items, and more.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "microsoft-azure-devops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@azure-devops/mcp",
        "${input:ado_org}"
      ]
    }
  }
}