Skip to content
Cline

Yaw Labs AWS MCP for Cline

io.github.yawlabs/aws-mcp

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

client:Cline transport:stdio runtime:npm

Install Yaw Labs AWS MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Yaw Labs AWS MCP in other clients