Skip to content
Grok

Azure Boards MCP for Grok

io.github.broisnischal/azure-mcp

Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.

client:Grok transport:stdio runtime:npm

Install Azure Boards MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "azure-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "azure-board-mcp"
      ],
      "env": {
        "AZURE_ORG": "<AZURE_ORG>",
        "AZURE_PROJECT": "<AZURE_PROJECT>",
        "AZURE_PAT": "<AZURE_PAT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Azure Boards MCP in other clients