Software Plan RP Claude Desktop Config
Add the Software Plan RP MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-softwareplan": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-softwareplan"
],
"env": {
"SOFTWARE_PLAN_RP_API_KEY": "your_software_plan_rp_api_key"
}
}
}
}Environment Variables
SOFTWARE_PLAN_RP_API_KEYReplace your_software_plan_rp_api_key with your actual software plan rp api key
Endpoints
POST
/subscriptions/{subscriptionId}/providers/Microsoft.SoftwarePlan/registerSoftwarePlan_Register
GET
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefitsHybridUseBenefit_List
GET
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}HybridUseBenefit_Get
PUT
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}HybridUseBenefit_Create
DELETE
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}HybridUseBenefit_Delete
PATCH
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}HybridUseBenefit_Update
GET
/{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}/revisionsHybridUseBenefitRevision_List
GET
/{scope}/providers/Microsoft.SoftwarePlan/operationsGet operations.