AWS IAM MCP Server

Stablesecurity
90 starsTypeScriptawslabs
GitHub
About

Overview

The AWS IAM MCP Server enables AI agents to manage AWS Identity and Access Management. It provides tools for listing and managing users, roles, policies, and groups, as well as analyzing permissions and generating least-privilege policies.
Capabilities

Tools & Capabilities

list_users

List IAM users

list_roles

List IAM roles

get_policy

Get an IAM policy document

simulate_policy

Simulate policy permissions

list_access_keys

List access keys for a user

Setup

Installation

bash
Install
npx -y @awslabs/mcp-server-iam
Examples

Example Usage

javascript
Usage
{
  "mcpServers": {
    "iam": {
      "command": "npx",
      "args": ["-y", "@awslabs/mcp-server-iam"],
      "env": { "AWS_REGION": "us-east-1" }
    }
  }
}

Quick Info

Authorawslabs
LanguageTypeScript
StatusStable
Stars 90
Last UpdatedFeb 12, 2026

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us
AWS IAM MCP Server - MCP Server Directory - CortexAgent