localstack/localstack-mcp-server
MCP Server for LocalStack
Platform-specific configuration:
{
"mcpServers": {
"localstack-mcp-server": {
"command": "npx",
"args": [
"-y",
"localstack-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> [!IMPORTANT] > The LocalStack MCP server is currently available as an experimental public preview. For questions, issues or feedback, please utilize the LocalStack Community slack or submit a GitHub Issue
A Model Context Protocol (MCP) server that provides tools to manage and interact with your LocalStack for AWS container for simplified local cloud development and testing. The LocalStack MCP Server provides simplified integration between MCP-compatible apps and your local LocalStack for AWS development environment, enabling secure and direct communication with LocalStack's emulated services and additional developer experience features.
This server eliminates custom scripts and manual LocalStack management with direct access to:
Loading reviews...