← Back to Plugins
MCP Server MCP

Azure Boards MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "azure-board-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Azure DevOps organization name",
          "isRequired": true,
          "format": "string",
          "name": "AZURE_ORG"
        },
        {
          "description": "Azure DevOps project name",
          "isRequired": true,
          "format": "string",
          "name": "AZURE_PROJECT"
        },
        {
          "description": "Personal access token (Work Items: Read & Write)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AZURE_PAT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...