Skip to content
Cursor

Azure Boards MCP for Cursor

io.github.broisnischal/azure-mcp

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

client:Cursor transport:stdio runtime:npm

Install Azure Boards MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Azure Boards MCP in other clients