Skip to content
MCP-Bridge
Developer Tools

Managed Streaming for Kafka MCP Config

<p>The operations for managing an Amazon MSK cluster.</p>

Config URL

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

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

Configuration JSON

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

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

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-kafka.json

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