Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y azure-board-mcp
MCP client config
{
"mcpServers": {
"azure-boards-mcp": {
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
]
}
}
}