LocalStack
LocalStack's official MCP. Drive a local AWS environment from chat: create stacks, set quotas, inspect emulated services.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-18
LocalStack is a well-established AWS emulation platform with strong vendor backing and active maintenance. The MCP server is officially maintained by LocalStack GmbH, giving it solid organisational legitimacy. However, it requires an auth token and operates with broad permissions over local AWS service emulation, including the ability to create, modify, and delete resources across multiple AWS service types. The install method is unclear (no npm/pypi package listed), suggesting manual setup or clone-and-build, which weakens supply chain assurance. The server has full control over your local cloud environment, meaning it can spin up services, modify configurations, and execute operations that could affect local development workflows. Transparency is good with open source code and documentation, but the lack of standard package distribution and the breadth of AWS service control keep this in the B range rather than A.
Green flags
- Official vendor-maintained by established LocalStack GmbH
- Open source with visible GitHub repository
- Scoped to local emulation only, not real AWS resources
- No known security incidents or CVEs
- Active maintenance from commercial entity with reputation stake
Red flags
- Requires auth token, unclear what access that grants beyond local emulation
- No standard package distribution (npm/pypi), install method unknown
- Broad permissions across multiple AWS service types (S3, Lambda, etc.)
- Can execute arbitrary AWS operations in local environment
- Unclear scope limits on what LocalStack services can be manipulated
Permissions requested
Review
Install this if you're already a LocalStack user who wants faster iteration on cloud infra. Skip it if you're not paying for LocalStack or don't run emulated AWS environments regularly. It's a workflow tool, not a gateway drug.
Good at
- Lets you manage local AWS emulation from chat without switching to terminal or browser.
- Handles service resets and state cleanup between test runs cleanly.
- Official vendor support means it tracks LocalStack API changes reliably.
- Useful for teaching or prototyping serverless workflows in real time.
Watch out
- Requires a paid LocalStack plan or trial, the free tier won't work.
- Assumes LocalStack is already running, it won't start the Docker container for you.
- Only useful if you're already deep in the LocalStack workflow, not a beginner tool.
- Limited to Claude Desktop and a few other hosts, no web UI support yet.
Use cases
- Bringing up an emulated S3 bucket from chat
- Resetting a local Lambda for the next test run
- Comparing emulated vs real cloud responses
- Test-driving CDK locally
Getting started
Works with
Similar MCPs
- ESXi MCPManages VMware ESXi and vCenter for VM lifecycle and real-time performance monitoring via REST and SSE.
- TerraformHashiCorp's official Terraform MCP. Connects agents to the Terraform Registry for module discovery and infrastructure-as-code automation.
- HerokuHeroku's official MCP. Manage apps, databases, dynos, and pipelines through the platform CLI from inside an agent.
- AWS LabsAWS Labs ships a growing family of MCPs for S3, Lambda, EKS, CDK, etc. Modular install — pick the services you actually use.