Odel
Azure Boards MCP

Azure Boards MCP

Local
@broisnischalTypeScriptUpdated 2mo ago

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).

npmazure-board-mcpv1.0.0

Run

npx -y azure-board-mcp

MCP client config

{
  "mcpServers": {
    "azure-boards-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "azure-board-mcp"
      ]
    }
  }
}