Install one command
$ npx -y @tiberriver256/mcp-server-azure-devops
Or add it with the Claude CLI: claude mcp add tiberriver256-mcp-server-azure-devops
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"tiberriver256-mcp-server-azure-devops": {
"command": "npx",
"args": ["-y", "@tiberriver256/mcp-server-azure-devops"],
"env": {
"AZURE_DEVOPS_PAT": "<your-azure-devops-pat>",
"AZURE_CLIENT_SECRET": "<your-azure-client-secret>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.