Skip to content
Cline

AWS CLI MCP Server for Cline

io.github.musaddiq-dev/aws-cli-mcp-server

Python MCP server for AWS CLI inspection and operations

client:Cline transport:stdio runtime:pypi

Install AWS CLI MCP Server 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-cli-mcp-server": {
      "command": "uvx",
      "args": [
        "mdev-aws-mcp-server"
      ],
      "env": {
        "AWS_REGION": "<AWS_REGION>",
        "AWS_PROFILE": "<AWS_PROFILE>",
        "AWS_MCP_WORKING_DIR": "<AWS_MCP_WORKING_DIR>",
        "AWS_MCP_REQUIRE_CONFIRMATION": "<AWS_MCP_REQUIRE_CONFIRMATION>",
        "AWS_MCP_LOG_LEVEL": "<AWS_MCP_LOG_LEVEL>"
      }
    }
  }
}

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

AWS CLI MCP Server in other clients