Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Amazon AppIntegrations Service MCP Server

<p>The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.</p> <p>For information about how you can use external applications with Amazon Connect, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/crm.html">Set up pre-built integra

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-appintegrations

Environment Variables

AMAZON_APPINTEGRATIONS_SERVICE_API_KEY

Example: your_amazon_appintegrations_service_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-appintegrations": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-appintegrations"],
      "env": {
      "AMAZON_APPINTEGRATIONS_SERVICE_API_KEY": "your_amazon_appintegrations_service_api_key"
}
    }
  }
}

Endpoints

GET/dataIntegrations

ListDataIntegrations

POST/dataIntegrations

CreateDataIntegration

GET/eventIntegrations

ListEventIntegrations

POST/eventIntegrations

CreateEventIntegration

GET/dataIntegrations/{Identifier}

GetDataIntegration

DELETE/dataIntegrations/{Identifier}

DeleteDataIntegration

PATCH/dataIntegrations/{Identifier}

UpdateDataIntegration

GET/eventIntegrations/{Name}

GetEventIntegration

DELETE/eventIntegrations/{Name}

DeleteEventIntegration

PATCH/eventIntegrations/{Name}

UpdateEventIntegration