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.
Add this to your MCP configuration file:
{
"mcpServers": {
"localstack": {
"env": {
"LOCALSTACK_ENDPOINT": "http://localhost:4566"
},
"args": [
"-y",
"@localstack/mcp-server-localstack"
],
"command": "npx"
}
}
}Be the first to review this server!