Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon AppIntegrations Service MCP Config

<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

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AMAZON_APPINTEGRATIONS_SERVICE_API_KEY

Replace your_amazon_appintegrations_service_api_key with your actual 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