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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_CHIME_API_KEYReplace your_amazon_chime_api_key with your actual amazon chime api key
Endpoints
/accounts/{accountId}/users/{userId}#operation=associate-phone-numberAssociatePhoneNumberWithUser
/voice-connectors/{voiceConnectorId}#operation=associate-phone-numbersAssociatePhoneNumbersWithVoiceConnector
/voice-connector-groups/{voiceConnectorGroupId}#operation=associate-phone-numbersAssociatePhoneNumbersWithVoiceConnectorGroup
/accounts/{accountId}#operation=associate-signin-delegate-groupsAssociateSigninDelegateGroupsWithAccount
/meetings/{meetingId}/attendees#operation=batch-createBatchCreateAttendee
/channels/{channelArn}/memberships#operation=batch-createBatchCreateChannelMembership
/accounts/{accountId}/rooms/{roomId}/memberships#operation=batch-createBatchCreateRoomMembership
/phone-numbers#operation=batch-deleteBatchDeletePhoneNumber
/accounts/{accountId}/users#operation=suspendBatchSuspendUser
/accounts/{accountId}/users#operation=unsuspendBatchUnsuspendUser