Stats
Actions
Tags
From microsoft
Provides access to Azure DevOps core services, work items, repositories, and pipelines. Runs locally as stdio subprocess, requires AZURE_DEVOPS_ORG and AZURE_DEVOPS_PAT.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"azure-devops": {
"command": "npx",
"args": [
"-y",
"@azure-devops/mcp@latest",
"--domains",
"${AZURE_DEVOPS_DOMAINS:-core,work-items,repositories,pipelines}"
],
"env": {
"AZURE_DEVOPS_ORG": "${AZURE_DEVOPS_ORG}",
"AZURE_DEVOPS_PAT": "${AZURE_DEVOPS_PAT:-}"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
AZURE_DEVOPS_ORG=${AZURE_DEVOPS_ORG}AZURE_DEVOPS_PAT=${AZURE_DEVOPS_PAT:-}Declared capabilities of this MCP server
npx claudepluginhub melodic-software/claude-code-plugins --plugin microsoft