Back to directory
stefanskiasan/azure-devops-mcp-server

stefanskiasan/azure-devops-mcp-server

@stefanskiasan

MCP Server for Cline to Access Azure devops

azure-devopsdevopsclinemcptypescriptwork-itemspipelinespull-requestscloud

Installation & Configuration

{
  "mcpServers": {
    "azure-devops": {
      "command": "node",
      "args": [
        "/absolute/path/to/azure-devops-server/build/index.js"
      ],
      "env": {
        "AZURE_DEVOPS_ORG": "your-organization",
        "AZURE_DEVOPS_PAT": "your-personal-access-token",
        "AZURE_DEVOPS_PROJECT": "your-project-name"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15