Back to MCP Servers
Server Azure Devops
Azure DevOps integration for repository management, work items, and pipelines.
version-controlazure
Installation
npx -y mcp-server-azure-devopsConfiguration
{
"mcpServers": {
"mcp-server-azure-devops": {
"command": "npx",
"args": ["-y", "mcp-server-azure-devops"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes