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

tiberriver256/mcp-server-azure-devops

@Tiberriver256

An MCP server for Azure DevOps, enabling AI assistants to interact with Azure DevOps APIs through the Model Context Protocol

azure-devopsdevopsmcptypescriptwork-itemsrepositoriespipelinespull-requestscloud

Installation & Configuration

{
  "mcpServers": {
    "azureDevOps": {
      "command": "npx",
      "args": [
        "-y",
        "@tiberriver256/mcp-server-azure-devops"
      ],
      "env": {
        "AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/your-organization",
        "AZURE_DEVOPS_AUTH_METHOD": "pat",
        "AZURE_DEVOPS_PAT": "<YOUR_PAT>",
        "AZURE_DEVOPS_DEFAULT_PROJECT": "your-project-name"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13