Aws Cli MCP Server

An MCP server that can generate and execute AWS CLI commands

Local serverstdioTypeScript

What is the Aws Cli MCP server?

Most cloud and infrastructure work still happens through a UI a human drives. Aws Cli MCP server moves it into the conversation instead. An MCP server that can generate and execute AWS CLI commands.

The short version

An MCP (Model Context Protocol) server that lets you generate and execute AWS CLI commands directly from Claude.

  • Execute AWS CLI commands through the MCP protocol
  • Get detailed information about AWS services
  • List available AWS services
  • Full access to AWS CLI capabilities

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • execute-aws-command — Execute AWS CLI commands
  • Parameters — - command: AWS service (e.g., s3, ec2, lambda)
  • get-service-details — Get details about a specific AWS service
  • Prerequisites — The Prerequisites tool exposed by this server

What it needs from you

  • Node.js (v20 or later recommended) - npm or yarn - AWS CLI installed and configured with credentials - TypeScript

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Aws Cli's toolset — execute-aws-command, Parameters, get-service-details and 1 more — is a fair guide to whether it matches your workflow. It is maintained by IcyKallen; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Aws Cli's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
execute-aws-commandExecute AWS CLI commands
Parameters- command: AWS service (e.g., s3, ec2, lambda)
get-service-detailsGet details about a specific AWS service
PrerequisitesThe Prerequisites tool exposed by this server.

Configuration

  • Node.js (v20 or later recommended) - npm or yarn - AWS CLI installed and configured with credentials - TypeScript

Example prompts to try

  • Use Aws Cli to execute-aws-command.
  • Use Aws Cli to Parameters.
  • Use Aws Cli to get-service-details.

Frequently asked questions

It connects Aws Cli to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (execute-aws-command, Parameters, get-service-details, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Aws Cli directly.