Back to Browse

Localstack MCP Server

Developer ToolsModerate6.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.0
Moderate6.0Moderate Risk

This is a well-architected LocalStack MCP server with proper authentication requirements, reasonable permission scopes aligned with its developer tool purpose, and clean code practices. The server requires LOCALSTACK_AUTH_TOKEN for all sensitive operations and appropriately delegates to external CLIs. Minor findings include broad exception handling and some information logging that could be tightened, but these are low-severity and do not meaningfully impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

LocalStack Auth Token (required for all LocalStack MCP tools)Required

Environment variable: LOCALSTACK_AUTH_TOKEN

Source AWS access key used by AWS Replicator to read external AWS resourcesRequired

Environment variable: AWS_ACCESS_KEY_ID

Source AWS secret access key used by AWS Replicator to read external AWS resourcesRequired

Environment variable: AWS_SECRET_ACCESS_KEY

Optional source AWS session token used by AWS Replicator for temporary credentialsRequired

Environment variable: AWS_SESSION_TOKEN

Source AWS region used by AWS ReplicatorOptional

Environment variable: AWS_DEFAULT_REGION

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.Required

Environment variable: AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID

Optional Replicator-specific source AWS secret access key. Use with AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID.Required

Environment variable: AWS_REPLICATOR_SOURCE_AWS_SECRET_ACCESS_KEY

Optional Replicator-specific source AWS session token for temporary credentials.Required

Environment variable: AWS_REPLICATOR_SOURCE_AWS_SESSION_TOKEN

Optional Replicator-specific source AWS region. Use with the AWS_REPLICATOR_SOURCE_* credential group.Optional

Environment variable: AWS_REPLICATOR_SOURCE_REGION_NAME

Optional Replicator-specific source AWS endpoint URL for advanced source-account scenarios.Optional

Environment variable: AWS_REPLICATOR_SOURCE_ENDPOINT_URL

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.Optional

Environment variable: APP_INSPECTOR

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-localstack-localstack-mcp-server": {
      "env": {
        "APP_INSPECTOR": "your-app-inspector-here",
        "AWS_ACCESS_KEY_ID": "your-aws-access-key-id-here",
        "AWS_SESSION_TOKEN": "your-aws-session-token-here",
        "AWS_DEFAULT_REGION": "your-aws-default-region-here",
        "AWS_SECRET_ACCESS_KEY": "your-aws-secret-access-key-here",
        "LOCALSTACK_AUTH_TOKEN": "your-localstack-auth-token-here",
        "AWS_REPLICATOR_SOURCE_REGION_NAME": "your-aws-replicator-source-region-name-here",
        "AWS_REPLICATOR_SOURCE_ENDPOINT_URL": "your-aws-replicator-source-endpoint-url-here",
        "AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID": "your-aws-replicator-source-aws-access-key-id-here",
        "AWS_REPLICATOR_SOURCE_AWS_SESSION_TOKEN": "your-aws-replicator-source-aws-session-token-here",
        "AWS_REPLICATOR_SOURCE_AWS_SECRET_ACCESS_KEY": "your-aws-replicator-source-aws-secret-access-key-here"
      },
      "args": [
        "-y",
        "@localstack/localstack-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!