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 claude_desktop_config.json
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 under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.