Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Connect Service Claude Desktop Config

Add the Amazon Connect Service 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-connect": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-connect"
      ],
      "env": {
        "AMAZON_CONNECT_SERVICE_API_KEY": "your_amazon_connect_service_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_CONNECT_SERVICE_API_KEY

Replace your_amazon_connect_service_api_key with your actual amazon connect service api key

Endpoints

PUT/instance/{InstanceId}/approved-origin

AssociateApprovedOrigin

POST/instance/{InstanceId}/bot

DisassociateBot

PUT/instance/{InstanceId}/bot

AssociateBot

PUT/default-vocabulary/{InstanceId}/{LanguageCode}

AssociateDefaultVocabulary

PUT/instance/{InstanceId}/storage-config

AssociateInstanceStorageConfig

PUT/instance/{InstanceId}/lambda-function

AssociateLambdaFunction

PUT/instance/{InstanceId}/lex-bot

AssociateLexBot

PUT/phone-number/{PhoneNumberId}/contact-flow

AssociatePhoneNumberContactFlow

POST/queues/{InstanceId}/{QueueId}/associate-quick-connects

AssociateQueueQuickConnects

POST/routing-profiles/{InstanceId}/{RoutingProfileId}/associate-queues

AssociateRoutingProfileQueues