Localstack Mcp Server
Rank #7291io.github.localstack/localstack-mcp-server
Provides tools to manage your LocalStack container and other assorted related tasks, to simplify local cloud development and testing.
Localstack Mcp Server is a Model Context Protocol (MCP) server published by localstack. It ranks #7291 of 58,832 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Localstack Mcp Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Sep 5, 2025 and most recently updated on Sep 18, 2025.
Ranks ahead of 51,541 of 58,832 servers on MCP Toplist.
Use Localstack Mcp Server
Add Localstack Mcp Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"localstack-mcp-server": {
"command": "npx",
"args": [
"-y",
"@localstack/localstack-mcp-server"
],
"env": {
"LOCALSTACK_AUTH_TOKEN": "<your LOCALSTACK_AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
localstack
Available versions (2)
| Version | Published |
|---|---|
| 0.1.5 | Sep 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Localstack Mcp Server?
- Provides tools to manage your LocalStack container and other assorted related tasks, to simplify local cloud development and testing.
- Who maintains Localstack Mcp Server?
- Localstack Mcp Server is maintained by localstack, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Localstack Mcp Server an official MCP server?
- Yes — Localstack Mcp Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Localstack Mcp Server have?
- MCP Toplist tracks 2 versions of Localstack Mcp Server, most recently published on Sep 18, 2025.
- Where can I find the source code for Localstack Mcp Server?
- The source code for Localstack Mcp Server is hosted at github.com/localstack/localstack-mcp-server.