Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-lightsail.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-lightsail": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-lightsail"
      ],
      "env": {
        "AMAZON_LIGHTSAIL_API_KEY": "your_amazon_lightsail_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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