
Azure Boards MCP
Create, query, and update Azure DevOps Boards work items from your agent during implementation and sprint planning.
Overview
Azure Boards MCP is a Build-phase MCP server that reads and writes Azure DevOps Boards work items using org, project, and PAT credentials over stdio.
What is this MCP server?
- Azure Boards work items over MCP stdio (npm azure-board-mcp v1.0.0)
- Requires AZURE_ORG, AZURE_PROJECT, and AZURE_PAT (Work Items Read & Write)
- Documented dependency on Bun runtime
- Focused scope: Boards work items, not full Azure Resource Manager
- Registry version 1.0.0
- npm identifier azure-board-mcp
- Required env: AZURE_ORG, AZURE_PROJECT, AZURE_PAT
What problem does it solve?
Context switching between your coding agent and Azure DevOps Boards breaks flow when every bug or task needs a manual ticket update.
Who is it for?
Small teams on Azure DevOps who want agent-driven ticket creation and backlog updates during build sprints.
Skip if: GitHub-only issue trackers, builders without Azure DevOps, or anyone needing Azure VM, App Service, or ARM deployment MCP tools.
What do I get? / Deliverables
With PAT and project env vars configured, your agent can manage work items alongside code changes in one MCP session.
- Agent-managed Azure Boards work items
- Reduced context switch between IDE agent and ADO web UI
Recommended MCP Servers
Journey fit
While building, solo builders still need tickets and backlog hygiene tied to code—PM tooling sits in Build before pure Ship hardening. Pm covers work items, backlog updates, and traceability to what you are shipping this week.
How it compares
Azure DevOps Boards work-item MCP, not Azure Resource Manager or GitHub Issues integration.
Common Questions / FAQ
Who is Azure Boards MCP for?
Solo builders and small teams using Azure DevOps Boards who want MCP agents to maintain work items while coding.
When should I use Azure Boards MCP?
Use it during Build and sprint execution when you file bugs, split stories, or update work item states from the same session as your PR work.
How do I add Azure Boards MCP to my agent?
Install azure-board-mcp from npm with Bun, create a PAT with Work Items Read & Write, set AZURE_ORG, AZURE_PROJECT, and AZURE_PAT, then register the stdio MCP server.