
MCP for Azure DevOps Boards
Supports UIby danielealbano
Rust-based MCP server for managing Azure DevOps Boards, work items, and WIQL queries.
What it does
This MCP server provides a bridge between AI agents and Azure DevOps Boards. It allows LLMs to programmatically create, update, and query work items, manage team boards, and execute complex Work Item Query Language (WIQL) queries to extract project state and progress.
Tools
- Discovery:
azdo_list_organizations,azdo_list_projectsfor exploring the DevOps environment. - Work Item Management:
azdo_create_work_item,azdo_update_work_item,azdo_get_work_itemfor lifecycle management. - Querying:
azdo_query_work_items,azdo_query_work_items_by_wiqlfor advanced filtering and reporting. - Boards & Teams:
azdo_list_teams,azdo_get_team_boardfor organizational oversight.
Installation
For Claude Desktop, add the following to your config:
{
"mcpServers": {
"mcp-for-azure-devops-boards": {
"command": "/opt/homebrew/bin/mcp-for-azure-devops-boards"
}
}
}
(Note: Path varies by OS; Windows Scoop users use the %USERPROFILE% path).
Supported hosts
Confirmed for Claude Desktop, Claude Code, Cursor, VS Code, and Gemini CLI.
Quick install
brew install mcp-for-azure-devops-boardsInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






