Skip to content
Grok

AWS CLI MCP Server for Grok

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

Python MCP server for AWS CLI inspection and operations

client:Grok transport:stdio runtime:pypi

Install AWS CLI MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "aws-cli-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AWS CLI MCP Server in other clients