giovanemartins/localstack-mcp-server
MCP server that exposes LocalStack-managed AWS services as AI-agent tools, enabling LLMs and AI agents to interact with local AWS infrastructure during development and testing.
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.
Loading reviews...