mcpbeat Sign in

Localstack MCP Server

by localstack Your server? Claim it
local only

Localstack MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 209 installs a week from npm. Last commit 13 Aug 2026.

A LocalStack MCP Server providing essential tools for local cloud development & testing

Installs per day peak 95 · avg 38 · +68% w/w
a month agotoday
209
Installs / week
npm · @localstack/localstack-mcp-server
27
Stars
4 open issues
13 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  return existsSync("/.dockerenv");
Runs an external command src/core/command-runner.ts:30
    const child = spawn(command, args, { ...spawnOptions });
Builds a file path from a variable src/lib/deployment/deployment-utils.ts:106
          path.join(directory, samTemplateFile),
const DOCKER_SOCKET_CONTAINER_PATH = "/var/run/docker.sock";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add localstack-mcp-server -- npx -y @localstack/localstack-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "localstack-mcp-server": {
      "args": [
        "-y",
        "@localstack/localstack-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.localstack-mcp-server]
command = "npx"
args = ["-y", "@localstack/localstack-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "localstack-mcp-server": {
      "args": [
        "-y",
        "@localstack/localstack-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "localstack-mcp-server": {
      "args": [
        "-y",
        "@localstack/localstack-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOCALSTACK_AUTH_TOKEN (LocalStack Auth Token (required for all LocalStack MCP tools)), AWS_ACCESS_KEY_ID (Source AWS access key used by AWS Replicator to read external AWS resources), AWS_SECRET_ACCESS_KEY (Source AWS secret access key used by AWS Replicator to read external AWS resources), AWS_SESSION_TOKEN (Optional source AWS session token used by AWS Replicator for temporary credentials), AWS_DEFAULT_REGION (Source AWS region used by AWS Replicator), AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID (Optional Replicator-specific source AWS access key. Use this instead of AWS_ACCESS_KEY_ID when the Replicator source account should be isolated from generic AWS config.), AWS_REPLICATOR_SOURCE_AWS_SECRET_ACCESS_KEY (Optional Replicator-specific source AWS secret access key. Use with AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID.), AWS_REPLICATOR_SOURCE_AWS_SESSION_TOKEN (Optional Replicator-specific source AWS session token for temporary credentials.), AWS_REPLICATOR_SOURCE_REGION_NAME (Optional Replicator-specific source AWS region. Use with the AWS_REPLICATOR_SOURCE_* credential group.), AWS_REPLICATOR_SOURCE_ENDPOINT_URL (Optional Replicator-specific source AWS endpoint URL for advanced source-account scenarios.), APP_INSPECTOR (Set to 1 in the LocalStack container environment to enable App Inspector by default across restarts. The MCP tool can also toggle App Inspector at runtime.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Localstack MCP Server

same job, measured the same way
Wechat Devtools
by watertian

MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.

local only
.NET MCP Server
by jongalloway

AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.

local only
I
R Packagedev MCP
by b0ydt

MCP server for R package development using usethis, devtools, renv, and testthat

42 installs/wk local only
Wechat Devtools MCP
by watertian

MCP Server for WeChat DevTools CLI - Automate development & testing with 7 aggregated APIs.

1 192 installs/wk local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

6 543 installs/wk local only
I
Elias MCP Sample Server
by elpadev

A sample MCP server for testing

81 installs/wk local only

Localstack MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Localstack MCP Server?
Localstack MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @localstack/localstack-mcp-server was installed 209 times last week.
How do I connect Localstack MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @localstack/localstack-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Localstack MCP Server?
The npm package @localstack/localstack-mcp-server was installed 209 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Localstack MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 27 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.