Loading MCP server directory, please wait...
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
npx @getmcp/cli add io.github.broisnischal/azure-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AZURE_ORGAzure DevOps organization name
AZURE_PROJECTAzure DevOps project name
AZURE_PATPersonal access token (Work Items: Read & Write)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.broisnischal/azure-mcp": {
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
],
"env": {
"AZURE_ORG": "",
"AZURE_PROJECT": "",
"AZURE_PAT": ""
}
}
}
}