Amazon Lightsail Claude Desktop Config
Add the Amazon Lightsail 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-lightsail": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-lightsail"
],
"env": {
"AMAZON_LIGHTSAIL_API_KEY": "your_amazon_lightsail_api_key"
}
}
}
}Environment Variables
AMAZON_LIGHTSAIL_API_KEYReplace your_amazon_lightsail_api_key with your actual amazon lightsail api key
Endpoints
POST
/#X-Amz-Target=Lightsail_20161128.AllocateStaticIpAllocateStaticIp
POST
/#X-Amz-Target=Lightsail_20161128.AttachCertificateToDistributionAttachCertificateToDistribution
POST
/#X-Amz-Target=Lightsail_20161128.AttachDiskAttachDisk
POST
/#X-Amz-Target=Lightsail_20161128.AttachInstancesToLoadBalancerAttachInstancesToLoadBalancer
POST
/#X-Amz-Target=Lightsail_20161128.AttachLoadBalancerTlsCertificateAttachLoadBalancerTlsCertificate
POST
/#X-Amz-Target=Lightsail_20161128.AttachStaticIpAttachStaticIp
POST
/#X-Amz-Target=Lightsail_20161128.CloseInstancePublicPortsCloseInstancePublicPorts
POST
/#X-Amz-Target=Lightsail_20161128.CopySnapshotCopySnapshot
POST
/#X-Amz-Target=Lightsail_20161128.CreateBucketCreateBucket
POST
/#X-Amz-Target=Lightsail_20161128.CreateBucketAccessKeyCreateBucketAccessKey