Skip to content
MCP-Bridge
Databases

Amazon Lightsail Claude Desktop Config

Add the Amazon Lightsail MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-lightsail": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-lightsail"
      ],
      "env": {
        "AMAZON_LIGHTSAIL_API_KEY": "your_amazon_lightsail_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_LIGHTSAIL_API_KEY

Replace your_amazon_lightsail_api_key with your actual amazon lightsail api key

Endpoints

POST/#X-Amz-Target=Lightsail_20161128.AllocateStaticIp

AllocateStaticIp

POST/#X-Amz-Target=Lightsail_20161128.AttachCertificateToDistribution

AttachCertificateToDistribution

POST/#X-Amz-Target=Lightsail_20161128.AttachDisk

AttachDisk

POST/#X-Amz-Target=Lightsail_20161128.AttachInstancesToLoadBalancer

AttachInstancesToLoadBalancer

POST/#X-Amz-Target=Lightsail_20161128.AttachLoadBalancerTlsCertificate

AttachLoadBalancerTlsCertificate

POST/#X-Amz-Target=Lightsail_20161128.AttachStaticIp

AttachStaticIp

POST/#X-Amz-Target=Lightsail_20161128.CloseInstancePublicPorts

CloseInstancePublicPorts

POST/#X-Amz-Target=Lightsail_20161128.CopySnapshot

CopySnapshot

POST/#X-Amz-Target=Lightsail_20161128.CreateBucket

CreateBucket

POST/#X-Amz-Target=Lightsail_20161128.CreateBucketAccessKey

CreateBucketAccessKey