Unofficial entry for Microsoft's hosted Azure DevOps MCP server. Not affiliated with Microsoft.
claude mcp add azure-devops --transport http https://mcp.dev.azure.com/{organization}
~/.cursor/mcp.json
{
"mcpServers": {
"azure-devops": {
"url": "https://mcp.dev.azure.com/{organization}"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"azure-devops": {
"serverUrl": "https://mcp.dev.azure.com/{organization}"
}
}
}
.vscode/mcp.json
{
"servers": {
"azure-devops": {
"type": "http",
"url": "https://mcp.dev.azure.com/{organization}"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"azure-devops": {
"url": "https://mcp.dev.azure.com/{organization}"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"azure-devops": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.dev.azure.com/{organization}"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.dev.azure.com/{organization} |
X-MCP-Toolsets:
X-MCP-Readonly:
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.joachim-aqf--azure-devops/reviews or the review_server meta-tool.
POST /mcp