Localstack runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 9 Mar 2026.
MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add localstack -- npx -y @giovane.martins/localstack
{
"mcpServers": {
"localstack": {
"args": [
"-y",
"@giovane.martins/localstack"
],
"command": "npx"
}
}
}
[mcp_servers.localstack]
command = "npx"
args = ["-y", "@giovane.martins/localstack"]
{
"mcpServers": {
"localstack": {
"args": [
"-y",
"@giovane.martins/localstack"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"localstack": {
"args": [
"-y",
"@giovane.martins/localstack"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.