Cloud InfrastructureAuto-generated
ManagementLinkClient MCP Server
Azure resources can be linked together to form logical relationships. You can establish links between resources belonging to different resource groups. However, all the linked resources must belong to the same subscription. Each resource can be linked to 50 other resources. If any of the linked reso
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-resources-links
Environment Variables
MANAGEMENTLINKCLIENT_API_KEYExample: your_managementlinkclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-resources-links": {
"command": "npx",
"args": ["-y","@mcp/azure-com-resources-links"],
"env": {
"MANAGEMENTLINKCLIENT_API_KEY": "your_managementlinkclient_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.Resources/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Resources/linksResourceLinks_ListAtSubscription
GET
/{linkId}ResourceLinks_Get
PUT
/{linkId}ResourceLinks_CreateOrUpdate
DELETE
/{linkId}ResourceLinks_Delete
GET
/{scope}/providers/Microsoft.Resources/linksResourceLinks_ListAtSourceScope