Skip to content

Localstack

Free

by MCP Community

A LocalStack MCP Server for managing LocalStack containers with Pro support

v0.2.0Added Apr 12, 2026
localstackawslocal-developmentlocal-testing
Works with:ClaudeGPTGeminiCopilot

Localstack MCP Server

A LocalStack MCP Server for managing LocalStack containers with Pro support

Installation

npx -y @localstack/localstack-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @localstack/localstack-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "localstack": {
      "command": "npx",
      "args": ["-y", "@localstack/localstack-mcp-server"]
    }
  }
}