Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Chime Claude Desktop Config

Add the Amazon Chime MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_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