io.github.giovanemartins/localstack MCP Server
io.github.giovanemartins/localstack
What is the io.github.giovanemartins/localstack MCP server?
MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.
How to install io.github.giovanemartins/localstack
Copy-paste configuration for popular MCP clients.
LOCALSTACK_ENDPOINTLocalStack endpoint URL
AWS_REGIONAWS region
AWS_ACCESS_KEY_IDsecretAWS access key ID
AWS_SECRET_ACCESS_KEYsecretAWS secret access key
{
"mcpServers": {
"localstack": {
"command": "npx",
"args": [
"-y",
"@giovane.martins/localstack"
],
"env": {
"LOCALSTACK_ENDPOINT": "<YOUR_LOCALSTACK_ENDPOINT>",
"AWS_REGION": "<YOUR_AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>"
}
}
}
}{
"mcpServers": {
"localstack": {
"command": "npx",
"args": [
"-y",
"@giovane.martins/localstack"
],
"env": {
"LOCALSTACK_ENDPOINT": "<YOUR_LOCALSTACK_ENDPOINT>",
"AWS_REGION": "<YOUR_AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>"
}
}
}
}{
"mcpServers": {
"localstack": {
"command": "npx",
"args": [
"-y",
"@giovane.martins/localstack"
],
"env": {
"LOCALSTACK_ENDPOINT": "<YOUR_LOCALSTACK_ENDPOINT>",
"AWS_REGION": "<YOUR_AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>"
}
}
}
}{
"servers": {
"localstack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@giovane.martins/localstack"
],
"env": {
"LOCALSTACK_ENDPOINT": "<YOUR_LOCALSTACK_ENDPOINT>",
"AWS_REGION": "<YOUR_AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>"
}
}
}
}claude mcp add localstack --env LOCALSTACK_ENDPOINT=<YOUR_LOCALSTACK_ENDPOINT> --env AWS_REGION=<YOUR_AWS_REGION> --env AWS_ACCESS_KEY_ID=<YOUR_AWS_ACCESS_KEY_ID> --env AWS_SECRET_ACCESS_KEY=<YOUR_AWS_SECRET_ACCESS_KEY> -- npx -y @giovane.martins/localstackRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.