Skip to content

Kafka

Free

by MCP Community

Kafka inspection CLI with topic, message, and consumer group utilities

v0.1.4Added Apr 12, 2026
kafkacliconsumer-grouptopiccodex-skill
Works with:ClaudeGPTGeminiCopilot

Kafka MCP Server

Kafka inspection CLI with topic, message, and consumer group utilities

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y kafka-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "kafka": {
      "command": "npx",
      "args": ["-y", "kafka-mcp"]
    }
  }
}