An MCP server that integrates with Azure DevOps, allowing Cline to interact with Azure DevOps services for managing work items, boards, pipelines, pull requests, wikis, and projects.
azure devopsdevopswork itemspipelinespull requestswikiprojectscloud
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
2025/1/23
Updated
2026/6/8