Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-connectparticipant.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-connectparticipant": {
      "url": "https://mcpbridge.org/config/amazonaws-com-connectparticipant.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-connectparticipant": {
      "url": "https://mcpbridge.org/config/amazonaws-com-connectparticipant.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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