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.
Quick Start
Clone the repository:
git clone https://github.com/localstack/localstack-mcp-serverClaude 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.