Skip to content
MCP-Bridge
Communication

Alexa For Business Claude Desktop Config

Add the Alexa For Business 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-alexaforbusiness": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-alexaforbusiness"
      ],
      "env": {
        "ALEXA_FOR_BUSINESS_API_KEY": "your_alexa_for_business_api_key"
      }
    }
  }
}

Environment Variables

ALEXA_FOR_BUSINESS_API_KEY

Replace your_alexa_for_business_api_key with your actual alexa for business api key

Endpoints

POST/#X-Amz-Target=AlexaForBusiness.ApproveSkill

ApproveSkill

POST/#X-Amz-Target=AlexaForBusiness.AssociateContactWithAddressBook

AssociateContactWithAddressBook

POST/#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithNetworkProfile

AssociateDeviceWithNetworkProfile

POST/#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithRoom

AssociateDeviceWithRoom

POST/#X-Amz-Target=AlexaForBusiness.AssociateSkillGroupWithRoom

AssociateSkillGroupWithRoom

POST/#X-Amz-Target=AlexaForBusiness.AssociateSkillWithSkillGroup

AssociateSkillWithSkillGroup

POST/#X-Amz-Target=AlexaForBusiness.AssociateSkillWithUsers

AssociateSkillWithUsers

POST/#X-Amz-Target=AlexaForBusiness.CreateAddressBook

CreateAddressBook

POST/#X-Amz-Target=AlexaForBusiness.CreateBusinessReportSchedule

CreateBusinessReportSchedule

POST/#X-Amz-Target=AlexaForBusiness.CreateConferenceProvider

CreateConferenceProvider