AWS Direct Connect Claude Desktop Config
Add the AWS Direct Connect 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": {
"amazonaws-com-directconnect": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-directconnect"
],
"env": {
"AWS_DIRECT_CONNECT_API_KEY": "your_aws_direct_connect_api_key"
}
}
}
}Environment Variables
AWS_DIRECT_CONNECT_API_KEYReplace your_aws_direct_connect_api_key with your actual aws direct connect api key
Endpoints
POST
/#X-Amz-Target=OvertureService.AcceptDirectConnectGatewayAssociationProposalAcceptDirectConnectGatewayAssociationProposal
POST
/#X-Amz-Target=OvertureService.AllocateConnectionOnInterconnectAllocateConnectionOnInterconnect
POST
/#X-Amz-Target=OvertureService.AllocateHostedConnectionAllocateHostedConnection
POST
/#X-Amz-Target=OvertureService.AllocatePrivateVirtualInterfaceAllocatePrivateVirtualInterface
POST
/#X-Amz-Target=OvertureService.AllocatePublicVirtualInterfaceAllocatePublicVirtualInterface
POST
/#X-Amz-Target=OvertureService.AllocateTransitVirtualInterfaceAllocateTransitVirtualInterface
POST
/#X-Amz-Target=OvertureService.AssociateConnectionWithLagAssociateConnectionWithLag
POST
/#X-Amz-Target=OvertureService.AssociateHostedConnectionAssociateHostedConnection
POST
/#X-Amz-Target=OvertureService.AssociateMacSecKeyAssociateMacSecKey
POST
/#X-Amz-Target=OvertureService.AssociateVirtualInterfaceAssociateVirtualInterface