Loading MCP server directory, please wait...
A LocalStack MCP Server providing essential tools for local cloud development & testing
npx @getmcp/cli add io.github.localstack/localstack-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.localstack/localstack-mcp-server": {
"command": "npx",
"args": [
"-y",
"@localstack/localstack-mcp-server"
],
"env": {
"LOCALSTACK_AUTH_TOKEN": ""
}
}
}
}