Official Microsoft Azure DevOps MCP server
Official Azure DevOps MCP server enabling AI tools to interact with work items, pull requests, builds, test plans, and wikis while keeping data inside your network.
{
"mcpServers": {
"azure-devops": {
"mcpServers": {
"azure-devops": {
"env": {
"AZURE_DEVOPS_PAT": "YOUR_PAT",
"AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/YOUR_ORG"
},
"args": [
"-y",
"@azure/devops-mcp-server"
],
"command": "npx"
}
}
}
}
}