Back to Browse

Aws Cli MCP Server

Cloud & DevOpsUse Caution2.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Python MCP server for AWS CLI inspection and operations

About

Python MCP server for AWS CLI inspection and operations

Security Report

2.5
Use Caution2.5Critical Risk

Valid MCP server (1 strong, 4 medium validity signals). 8 known CVEs in dependencies (1 critical, 4 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

9 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

file_system

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Default AWS regionOptional

Environment variable: AWS_REGION

AWS credentials profileOptional

Environment variable: AWS_PROFILE

Working directory for file operationsOptional

Environment variable: AWS_MCP_WORKING_DIR

Emit warnings for destructive-looking operationsOptional

Environment variable: AWS_MCP_REQUIRE_CONFIRMATION

Application log levelOptional

Environment variable: AWS_MCP_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-musaddiq-dev-aws-cli-mcp-server": {
      "env": {
        "AWS_REGION": "your-aws-region-here",
        "AWS_PROFILE": "your-aws-profile-here",
        "AWS_MCP_LOG_LEVEL": "your-aws-mcp-log-level-here",
        "AWS_MCP_WORKING_DIR": "your-aws-mcp-working-dir-here",
        "AWS_MCP_REQUIRE_CONFIRMATION": "your-aws-mcp-require-confirmation-here"
      },
      "args": [
        "mdev-aws-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!