Kafka
Freeby MCP Community
Kafka inspection CLI with topic, message, and consumer group utilities
v0.1.4Added Apr 12, 2026
kafkacliconsumer-grouptopiccodex-skill
Kafka MCP Server
Kafka inspection CLI with topic, message, and consumer group utilities
Installation
Reviews
Installation
Quick install
npx -y kafka-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"kafka": {
"command": "npx",
"args": ["-y", "kafka-mcp"]
}
}
}