← Back to browse

AWS CLI MCP Server

Indexed by io.github.musaddiq-dev

About

Python MCP server for AWS CLI inspection and operations

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAWS_REGION AWS_PROFILE AWS_MCP_WORKING_DIR AWS_MCP_REQUIRE_CONFIRMATION AWS_MCP_LOG_LEVEL
Claude Code
claude mcp add --env AWS_REGION= --env AWS_PROFILE= --env AWS_MCP_WORKING_DIR= --env AWS_MCP_REQUIRE_CONFIRMATION= --env AWS_MCP_LOG_LEVEL= aws-cli-mcp-server -- uvx mdev-aws-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"aws-cli-mcp-server","command":"uvx","args":["mdev-aws-mcp-server"],"env":{"AWS_REGION":"","AWS_PROFILE":"","AWS_MCP_WORKING_DIR":"","AWS_MCP_REQUIRE_CONFIRMATION":"","AWS_MCP_LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "aws-cli-mcp-server": {
      "command": "uvx",
      "args": [
        "mdev-aws-mcp-server"
      ],
      "env": {
        "AWS_REGION": "",
        "AWS_PROFILE": "",
        "AWS_MCP_WORKING_DIR": "",
        "AWS_MCP_REQUIRE_CONFIRMATION": "",
        "AWS_MCP_LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.