AWS MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 239 installs a week from npm.
AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login
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 aws-mcp -- npx -y @yawlabs/aws-mcp
{
"mcpServers": {
"aws-mcp": {
"args": [
"-y",
"@yawlabs/aws-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.aws-mcp]
command = "npx"
args = ["-y", "@yawlabs/aws-mcp"]
{
"mcpServers": {
"aws-mcp": {
"args": [
"-y",
"@yawlabs/aws-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"aws-mcp": {
"args": [
"-y",
"@yawlabs/aws-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.