Skip to main content
Cloud PlatformsTypeScript

localstack/localstack-mcp-server

A MCP server for LocalStack to manage local AWS environments, including lifecycle operations, infra deployments, log analysis, fault injection, and state management.

cloud-platformsofficiallocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/localstack/localstack-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "localstack-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "localstack/localstack-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
TypeScript
Author
localstack