Amazon Chime Claude Desktop Config
Add the Amazon Chime MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-chime": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-chime"
],
"env": {
"AMAZON_CHIME_API_KEY": "your_amazon_chime_api_key"
}
}
}
}Environment Variables
AMAZON_CHIME_API_KEYReplace your_amazon_chime_api_key with your actual 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