Skip to content
MCP-Bridge
Developer Tools

Managed Streaming for Kafka Claude Desktop Config

Add the Managed Streaming for Kafka MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-kafka": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-kafka"
      ],
      "env": {
        "MANAGED_STREAMING_FOR_KAFKA_API_KEY": "your_managed_streaming_for_kafka_api_key"
      }
    }
  }
}

Environment Variables

MANAGED_STREAMING_FOR_KAFKA_API_KEY

Replace your_managed_streaming_for_kafka_api_key with your actual managed streaming for kafka api key

Endpoints

GET/v1/clusters/{clusterArn}/scram-secrets

ListScramSecrets

POST/v1/clusters/{clusterArn}/scram-secrets

BatchAssociateScramSecret

PATCH/v1/clusters/{clusterArn}/scram-secrets

BatchDisassociateScramSecret

GET/v1/clusters

ListClusters

POST/v1/clusters

CreateCluster

GET/api/v2/clusters

ListClustersV2

POST/api/v2/clusters

CreateClusterV2

GET/v1/configurations

ListConfigurations

POST/v1/configurations

CreateConfiguration

GET/v1/clusters/{clusterArn}

DescribeCluster