Skip to content
MCP-Bridge
Cloud Infrastructure

MicrosoftSerialConsoleClient MCP Config

The Azure Serial Console allows you to access the serial console of a Virtual Machine or VM scale set instance

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-serialconsole.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-serialconsole.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-serialconsole": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-serialconsole"],
      "env": {
      "MICROSOFTSERIALCONSOLECLIENT_API_KEY": "your_microsoftserialconsoleclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-serialconsole.json

Environment Variables

MICROSOFTSERIALCONSOLECLIENT_API_KEY

Replace your_microsoftserialconsoleclient_api_key with your actual microsoftserialconsoleclient api key

Endpoints

GET/providers/Microsoft.SerialConsole/operations

ListOperations

GET/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/consoleServices/{default}

Get the disabled status for a subscription

POST/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/consoleServices/{default}/disableConsole

Disable Serial Console for a subscription

POST/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/consoleServices/{default}/enableConsole

Enable Serial Console for a subscription