io.github.giovanemartins/localstack
Quality Score
83
/100
MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"localstack": {
"command": "npx",
"args": [
"-y",
"@giovane.martins/localstack"
],
"env": {
"LOCALSTACK_ENDPOINT": "http://localhost:4566",
"AWS_REGION": "us-east-1",
"AWS_ACCESS_KEY_ID": "<your-aws_access_key_id>",
"AWS_SECRET_ACCESS_KEY": "<your-aws_secret_access_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"localstack": {
"command": "npx",
"args": [
"-y",
"@giovane.martins/localstack"
],
"env": {
"LOCALSTACK_ENDPOINT": "http://localhost:4566",
"AWS_REGION": "us-east-1",
"AWS_ACCESS_KEY_ID": "<your-aws_access_key_id>",
"AWS_SECRET_ACCESS_KEY": "<your-aws_secret_access_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @giovane.martins/localstack§02 Environment variables
LOCALSTACK_ENDPOINTLocalStack endpoint URL
AWS_REGIONAWS region
AWS_ACCESS_KEY_IDsecret
AWS access key ID
AWS_SECRET_ACCESS_KEYsecret
AWS secret access key
§03 MCP Quality Score · methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in AWS
Amazon ECS MCP Server
aws.api.us-east-1.ecs-mcp/server
AI-powered Amazon ECS workload management
Amazon EKS MCP Server
aws.api.us-east-1.eks-mcp/server
AI-powered Amazon EKS cluster management and troubleshooting
Qovery MCP Server
com.qovery/mcp-server
Deploy apps and manage Kubernetes on AWS, GCP, Azure, and On-Premise with natural language.