Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Chime MCP Config

<p>The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice Connectors. This guide provides detailed information about the Amazon Chime API, including operations, types, inputs

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-chime": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-chime"],
      "env": {
      "AMAZON_CHIME_API_KEY": "your_amazon_chime_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-chime.json

Environment Variables

AMAZON_CHIME_API_KEY

Replace your_amazon_chime_api_key with your actual amazon chime api key

Endpoints

POST/accounts/{accountId}/users/{userId}#operation=associate-phone-number

AssociatePhoneNumberWithUser

POST/voice-connectors/{voiceConnectorId}#operation=associate-phone-numbers

AssociatePhoneNumbersWithVoiceConnector

POST/voice-connector-groups/{voiceConnectorGroupId}#operation=associate-phone-numbers

AssociatePhoneNumbersWithVoiceConnectorGroup

POST/accounts/{accountId}#operation=associate-signin-delegate-groups

AssociateSigninDelegateGroupsWithAccount

POST/meetings/{meetingId}/attendees#operation=batch-create

BatchCreateAttendee

POST/channels/{channelArn}/memberships#operation=batch-create

BatchCreateChannelMembership

POST/accounts/{accountId}/rooms/{roomId}/memberships#operation=batch-create

BatchCreateRoomMembership

POST/phone-numbers#operation=batch-delete

BatchDeletePhoneNumber

POST/accounts/{accountId}/users#operation=suspend

BatchSuspendUser

POST/accounts/{accountId}/users#operation=unsuspend

BatchUnsuspendUser