Set up Azure DevOps MCP configuration and verify connection
Sets up Azure DevOps MCP integration and verifies connection with environment configuration.
/plugin marketplace add JoshuaRamirez/ms-ado-claude-code-plugin/plugin install ado@RedJayMarketingGuide the user through Azure DevOps integration setup:
Direct the user to create a PAT at: https://dev.azure.com/_usersettings/tokens
The PAT should have these scopes based on what they want to use:
The user needs to set the ADO_ORGANIZATION environment variable:
Windows (PowerShell - session):
$env:ADO_ORGANIZATION = "your_organization_name"
Windows (PowerShell - persistent):
[System.Environment]::SetEnvironmentVariable("ADO_ORGANIZATION", "your_organization_name", "User")
macOS/Linux:
export ADO_ORGANIZATION="your_organization_name"
# Add to ~/.bashrc or ~/.zshrc for persistence
After setting up, use /mcp to verify the azure-devops server is connected.
Then try a simple query like "List my Azure DevOps projects" to confirm everything works.
If the MCP server fails to connect:
node --versionaz devops loginnpx -y @azure-devops/mcp YOUR_ORG