MCP.so
Sign In
Servers

Azure DevOps MCP Server

@ramosjuan24

MCP N8N Azure Devops

Add this server to your MCP-compatible client using the configuration below.

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

More from Cloud & Infrastructure