npx claudepluginhub joshuacastanedaah/sean-mcp-servers --plugin azure-devopsAdd to your .mcp.json:
{
"mcpServers": {
"mcp-azure-devops": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/dist/index.js"
],
"env": {
"DEVOPS_PAT": "${DEVOPS_PAT}",
"DEVOPS_ORG_URL": "${DEVOPS_ORG_URL}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeDEVOPS_PAT=${DEVOPS_PAT}DEVOPS_ORG_URL=${DEVOPS_ORG_URL}