Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Connect Service MCP Config

<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resol

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-connect.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-connect.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-connect": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-connect"],
      "env": {
      "AMAZON_CONNECT_SERVICE_API_KEY": "your_amazon_connect_service_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-connect.json

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