Skip to content
Gemini CLI

Yaw Labs AWS MCP for Gemini CLI

io.github.yawlabs/aws-mcp

AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login

client:Gemini CLI transport:stdio runtime:npm

Install Yaw Labs AWS MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aws-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/aws-mcp"
      ],
      "env": {
        "AWS_PROFILE": "<AWS_PROFILE>",
        "AWS_REGION": "<AWS_REGION>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Yaw Labs AWS MCP in other clients