Back to directory
ramosjuan24/mcp-server-azure-devops

ramosjuan24/mcp-server-azure-devops

@ramosjuan24

MCP server implementation for Azure DevOps enabling AI assistants to interact with Azure DevOps APIs through the Model Context Protocol

azure-devopsdevopsmcptypescriptwork-itemsrepositoriespipelinespull-requestscloud

Installation & Configuration

{
  "mcpServers": {
    "azureDevOps": {
      "command": "npx",
      "args": [
        "-y",
        "@ramosjuan24/mcp-server-azure-devops"
      ],
      "env": {
        "AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/your-organization",
        "AZURE_DEVOPS_AUTH_METHOD": "azure-identity",
        "AZURE_DEVOPS_DEFAULT_PROJECT": "your-project-name"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17