Azure DevOps MCP Connector
Supports UIby altern92
Read-only Azure DevOps MCP connector exposing work items, PRs, pipelines, test management, traceability, and similarity analytics.
What it does
Provides a read-only MCP interface to Azure DevOps, letting AI assistants browse projects, search work items via WIQL, inspect pull requests and commits, review test plans and runs, trace requirements coverage, and find similar or duplicate work items. Each caller authenticates with their own Azure DevOps PAT, and an optional project allowlist restricts scope. Designed for ChatGPT Developer Mode and other MCP clients that support interactive app UIs.
Key features
- Read-only guarantee — Only performs GET and read-only query paths; never creates, edits, or deletes Azure DevOps entities
- Work item search — Summary search, advanced WIQL-backed queries, full retrieval, comments, revisions, categories, and types
- Code intelligence — PR search, full PR views, PR commits, PR diffs, commit search by work item
- Test management — Plans, suites, points, cases, runs, and full plan exports
- Traceability & similarity — Work item graphs, linked items, test links, coverage, duplicate candidates, and similarity clustering
- Discovery & reporting — Fields, areas, iterations, tags, identity resolution, saved queries, delta export, and traceability dataset export
Installation
npm install
npm run build
npm start
Then configure your MCP client to point to http://localhost:3000/mcp with an Authorization: Bearer <your-azure-devops-pat> header.
For Claude Desktop or ChatGPT Desktop, add to your config:
{
"mcpServers": {
"azure-devops": {
"command": "node",
"args": ["dist/index.js"],
"env": {
"AZDO_ORG": "your-org"
}
}
}
}
Supported hosts
ChatGPT (Developer Mode), Claude Desktop
Quick install
npm install && npm run build && npm startInformation
- Pricing
- free







