Cloud InfrastructureAuto-generated
Amazon Chime MCP Server
<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
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-chime
Environment Variables
AMAZON_CHIME_API_KEYExample: your_amazon_chime_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-chime": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-chime"],
"env": {
"AMAZON_CHIME_API_KEY": "your_amazon_chime_api_key"
}
}
}
}Endpoints
POST
/accounts/{accountId}/users/{userId}#operation=associate-phone-numberAssociatePhoneNumberWithUser
POST
/voice-connectors/{voiceConnectorId}#operation=associate-phone-numbersAssociatePhoneNumbersWithVoiceConnector
POST
/voice-connector-groups/{voiceConnectorGroupId}#operation=associate-phone-numbersAssociatePhoneNumbersWithVoiceConnectorGroup
POST
/accounts/{accountId}#operation=associate-signin-delegate-groupsAssociateSigninDelegateGroupsWithAccount
POST
/meetings/{meetingId}/attendees#operation=batch-createBatchCreateAttendee
POST
/channels/{channelArn}/memberships#operation=batch-createBatchCreateChannelMembership
POST
/accounts/{accountId}/rooms/{roomId}/memberships#operation=batch-createBatchCreateRoomMembership
POST
/phone-numbers#operation=batch-deleteBatchDeletePhoneNumber
POST
/accounts/{accountId}/users#operation=suspendBatchSuspendUser
POST
/accounts/{accountId}/users#operation=unsuspendBatchUnsuspendUser