Local AWS cloud environment for development and testing
The LocalStack MCP Server provides a local AWS cloud environment for development and testing. Your AI assistant can interact with locally emulated AWS services including S3, Lambda, DynamoDB, SQS, and more without incurring any cloud costs.
Built by LocalStack, this server connects to a running LocalStack instance to provide a complete local AWS development experience. It supports the same AWS APIs as the real services, making it perfect for development and testing workflows.
Ideal for developers who want to build and test AWS applications locally with AI assistance, avoiding cloud costs and network latency during development.
Official server from LocalStack. Operates on local AWS emulation only. No real cloud resources affected.
5 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"localstack": {
"command": "npx",
"args": [
"-y",
"@localstack/mcp-server-localstack"
],
"env": {
"LOCALSTACK_ENDPOINT": "http://localhost:4566"
}
}
}
}Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.