Alexa For Business Claude Desktop Config
Add the Alexa For Business 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-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_KEYReplace your_alexa_for_business_api_key with your actual alexa for business api key
Endpoints
POST
/#X-Amz-Target=AlexaForBusiness.ApproveSkillApproveSkill
POST
/#X-Amz-Target=AlexaForBusiness.AssociateContactWithAddressBookAssociateContactWithAddressBook
POST
/#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithNetworkProfileAssociateDeviceWithNetworkProfile
POST
/#X-Amz-Target=AlexaForBusiness.AssociateDeviceWithRoomAssociateDeviceWithRoom
POST
/#X-Amz-Target=AlexaForBusiness.AssociateSkillGroupWithRoomAssociateSkillGroupWithRoom
POST
/#X-Amz-Target=AlexaForBusiness.AssociateSkillWithSkillGroupAssociateSkillWithSkillGroup
POST
/#X-Amz-Target=AlexaForBusiness.AssociateSkillWithUsersAssociateSkillWithUsers
POST
/#X-Amz-Target=AlexaForBusiness.CreateAddressBookCreateAddressBook
POST
/#X-Amz-Target=AlexaForBusiness.CreateBusinessReportScheduleCreateBusinessReportSchedule
POST
/#X-Amz-Target=AlexaForBusiness.CreateConferenceProviderCreateConferenceProvider