Skip to content
MCP-Bridge
DatabasesAuto-generated

MySQLManagementClient MCP Server

The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-mysql-privateendpointconnections

Environment Variables

MYSQLMANAGEMENTCLIENT_API_KEY

Example: your_mysqlmanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-mysql-privateendpointconnections": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-mysql-privateendpointconnections"],
      "env": {
      "MYSQLMANAGEMENTCLIENT_API_KEY": "your_mysqlmanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections

PrivateEndpointConnections_ListByServer

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}

PrivateEndpointConnections_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}

PrivateEndpointConnections_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}

PrivateEndpointConnections_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}

Updates tags on private endpoint connection.