Skip to content
Windsurf

AWS CLI MCP Server for Windsurf

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

Python MCP server for AWS CLI inspection and operations

client:Windsurf transport:stdio runtime:pypi

Install AWS CLI MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

AWS CLI MCP Server in other clients