Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS Direct Connect MCP Config

Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an Direct Connect router. With this connection in place, you can create virtual interfaces directly to the Amazon Web Se

Config URL

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

https://mcpbridge.org/config/amazonaws-com-directconnect.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-directconnect": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-directconnect"
      ],
      "env": {
        "AWS_DIRECT_CONNECT_API_KEY": "your_aws_direct_connect_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-directconnect": {
      "url": "https://mcpbridge.org/config/amazonaws-com-directconnect.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-directconnect": {
      "url": "https://mcpbridge.org/config/amazonaws-com-directconnect.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-directconnect.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-directconnect": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-directconnect"],
      "env": {
      "AWS_DIRECT_CONNECT_API_KEY": "your_aws_direct_connect_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://mcpbridge.org/config/amazonaws-com-directconnect.json

Environment Variables

AWS_DIRECT_CONNECT_API_KEY

Replace your_aws_direct_connect_api_key with your actual aws direct connect api key

Endpoints

POST/#X-Amz-Target=OvertureService.AcceptDirectConnectGatewayAssociationProposal

AcceptDirectConnectGatewayAssociationProposal

POST/#X-Amz-Target=OvertureService.AllocateConnectionOnInterconnect

AllocateConnectionOnInterconnect

POST/#X-Amz-Target=OvertureService.AllocateHostedConnection

AllocateHostedConnection

POST/#X-Amz-Target=OvertureService.AllocatePrivateVirtualInterface

AllocatePrivateVirtualInterface

POST/#X-Amz-Target=OvertureService.AllocatePublicVirtualInterface

AllocatePublicVirtualInterface

POST/#X-Amz-Target=OvertureService.AllocateTransitVirtualInterface

AllocateTransitVirtualInterface

POST/#X-Amz-Target=OvertureService.AssociateConnectionWithLag

AssociateConnectionWithLag

POST/#X-Amz-Target=OvertureService.AssociateHostedConnection

AssociateHostedConnection

POST/#X-Amz-Target=OvertureService.AssociateMacSecKey

AssociateMacSecKey

POST/#X-Amz-Target=OvertureService.AssociateVirtualInterface

AssociateVirtualInterface