Skip to content
Cline

localstack for Cline

io.github.giovanemartins/localstack

MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.

client:Cline transport:stdio runtime:npm

Install localstack in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "localstack": {
      "command": "npx",
      "args": [
        "-y",
        "@giovane.martins/localstack"
      ],
      "env": {
        "LOCALSTACK_ENDPOINT": "<LOCALSTACK_ENDPOINT>",
        "AWS_REGION": "<AWS_REGION>",
        "AWS_ACCESS_KEY_ID": "<AWS_ACCESS_KEY_ID>",
        "AWS_SECRET_ACCESS_KEY": "<AWS_SECRET_ACCESS_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

localstack in other clients