Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Connect Participant Service MCP Config

<p>Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to deliver superior customer service at a lower cost. Amazon Connect communications capabilities make it easy for companies to deliver personalized interactions across communication channe

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-connectparticipant": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-connectparticipant"],
      "env": {
      "AMAZON_CONNECT_PARTICIPANT_SERVICE_API_KEY": "your_amazon_connect_participant_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-connectparticipant.json

Environment Variables

AMAZON_CONNECT_PARTICIPANT_SERVICE_API_KEY

Replace your_amazon_connect_participant_service_api_key with your actual amazon connect participant service api key

Endpoints

POST/participant/complete-attachment-upload#X-Amz-Bearer

CompleteAttachmentUpload

POST/participant/connection#X-Amz-Bearer

CreateParticipantConnection

POST/participant/disconnect#X-Amz-Bearer

DisconnectParticipant

POST/participant/attachment#X-Amz-Bearer

GetAttachment

POST/participant/transcript#X-Amz-Bearer

GetTranscript

POST/participant/event#X-Amz-Bearer

SendEvent

POST/participant/message#X-Amz-Bearer

SendMessage

POST/participant/start-attachment-upload#X-Amz-Bearer

StartAttachmentUpload