Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Identity and Access Management MCP Config

<fullname>Identity and Access Management</fullname> <p>Identity and Access Management (IAM) is a web service for securely controlling access to Amazon Web Services services. With IAM, you can centrally manage users, security credentials such as access keys, and permissions that control which Amazon

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-iam.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iam.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-iam": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-iam"],
      "env": {
      "AWS_IDENTITY_AND_ACCESS_MANAGEMENT_API_KEY": "your_aws_identity_and_access_management_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-iam.json

Environment Variables

AWS_IDENTITY_AND_ACCESS_MANAGEMENT_API_KEY

Replace your_aws_identity_and_access_management_api_key with your actual aws identity and access management api key

Endpoints

GET/#Action=AddClientIDToOpenIDConnectProvider

GET_AddClientIDToOpenIDConnectProvider

POST/#Action=AddClientIDToOpenIDConnectProvider

POST_AddClientIDToOpenIDConnectProvider

GET/#Action=AddRoleToInstanceProfile

GET_AddRoleToInstanceProfile

POST/#Action=AddRoleToInstanceProfile

POST_AddRoleToInstanceProfile

GET/#Action=AddUserToGroup

GET_AddUserToGroup

POST/#Action=AddUserToGroup

POST_AddUserToGroup

GET/#Action=AttachGroupPolicy

GET_AttachGroupPolicy

POST/#Action=AttachGroupPolicy

POST_AttachGroupPolicy

GET/#Action=AttachRolePolicy

GET_AttachRolePolicy

POST/#Action=AttachRolePolicy

POST_AttachRolePolicy