Skip to content
MCP-Bridge
Databases

Amazon Lightsail MCP Config

<p>Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. It includes everything you need to launch your project quickly - instances (virtual private servers), container services, storage bucket

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-lightsail.json

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-lightsail": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-lightsail"],
      "env": {
      "AMAZON_LIGHTSAIL_API_KEY": "your_amazon_lightsail_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/amazonaws-com-lightsail.json

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