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
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_managed_streaming_for_kafka_api_key with your actual managed streaming for kafka api key
Endpoints
GET
/v1/clusters/{clusterArn}/scram-secretsListScramSecrets
POST
/v1/clusters/{clusterArn}/scram-secretsBatchAssociateScramSecret
PATCH
/v1/clusters/{clusterArn}/scram-secretsBatchDisassociateScramSecret
GET
/v1/clustersListClusters
POST
/v1/clustersCreateCluster
GET
/api/v2/clustersListClustersV2
POST
/api/v2/clustersCreateClusterV2
GET
/v1/configurationsListConfigurations
POST
/v1/configurationsCreateConfiguration
GET
/v1/clusters/{clusterArn}DescribeCluster