Delv
Official (Vendor)Active· 8d4.3by LocalStack

LocalStack

LocalStack's official MCP. Drive a local AWS environment from chat: create stacks, set quotas, inspect emulated services.

B
Safety & Trust

Delv Safety Grade: B

Score 72/100 · assessed 2026-04-18

Maintainer85
Permissions60
Supply chain55
Transparency80
Incidents100

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

Outbound networkPrivate networkAccess secretsShell executeRead filesWrite files
Assessed by Delv Editorial using public metadata. Grades are advisory and update as the ecosystem changes. They do not replace your own review of permissions and code before granting an agent access to sensitive systems.

Review

LocalStack's official MCP lets you spin up and manage a local AWS emulator from chat. Instead of switching to a terminal or the LocalStack dashboard, you ask Claude to create an S3 bucket, deploy a Lambda, or check what services are running. It's a tight loop for anyone already using LocalStack to test cloud infrastructure without racking up AWS bills or waiting for CloudFormation stacks to deploy. I'd reach for this when prototyping serverless apps or teaching someone how AWS services fit together. You can ask Claude to create a bucket, upload a file, then query it back, all in one conversation. It's faster than tabbing out to the CLI, and the MCP handles the LocalStack API calls for you. The real win is resetting state between test runs. Ask it to nuke a DynamoDB table or restart a Lambda, and you're back to a clean slate without scripting teardown logic. Quirks: you need a LocalStack auth token, which means you're either on a paid plan or using a trial. The free tier doesn't cut it here. The MCP also assumes LocalStack is already running locally. It won't start the Docker container for you, so you still need `localstack start` in a terminal first. Once it's up, though, the integration is smooth. You can inspect service quotas, compare emulated responses to real AWS, or troubleshoot why your CDK stack isn't deploying as expected. This isn't for casual users or people who've never touched LocalStack. If you're not already running local AWS emulation, this MCP won't convince you to start. But if you're deep in the LocalStack workflow and tired of context-switching between chat, terminal, and browser, it's a genuine productivity bump. The official vendor status means it'll track LocalStack's API changes, which matters when you're relying on it for daily dev work.
Verdict

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

1. Ensure LocalStack is installed and running locally with `localstack start` in a terminal. 2. Grab your LocalStack auth token from your account dashboard (requires a paid plan or trial). 3. Add the MCP to your Claude Desktop config with `LOCALSTACK_AUTH_TOKEN` set in the environment variables section. 4. Restart Claude Desktop and ask it to list your LocalStack services to verify the connection. 5. Watch out: the MCP won't start LocalStack for you, so keep that Docker container running before you open Claude.

Works with

Claude DesktopClaude CodeCursor

Similar MCPs