mcp-localstack-server-

fazaelirealty-ui/mcp-localstack-server-
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 4d ago
Model Context Protocol server for LocalStack - conversational AWS development without real AWS costs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-localstack-serve": {
      "command": "npx",
      "args": [
        "-y",
        "fazaelirealty-ui/mcp-localstack-server-"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that provides conversational access to LocalStack AWS services. Build, test, and debug cloud infrastructure through natural language without touching real AWS resources. - **S3 Operations**: Create buckets, upload/download objects, list contents - **DynamoDB**: Create tables, put/get/scan items, manage data

Tools (20)

AWS_ACCESS_KEY_IDAWS_REGIONAWS_SECRET_ACCESS_KEYLOCALSTACK_ENDPOINTdynamodb_create_tabledynamodb_delete_itemdynamodb_delete_tabledynamodb_get_itemdynamodb_list_tablesdynamodb_put_itemdynamodb_scanlambda_create_functionlambda_delete_functionlambda_get_functionlambda_get_logslambda_invokelambda_list_functionss3_create_buckets3_delete_objects3_get_object

Topics

awsclaudedeveloper-toolslocalstackmcpmodel-context-protocoltypescript