mcp-kafka

gAmUssA/mcp-kafka
★ 11 stars Java 📦 Other Updated 8d ago
mcp server for Apache Kafka, Schema Registry and Apache Flink
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-kafka": {
      "command": "npx",
      "args": [
        "-y",
        "gAmUssA/mcp-kafka"
      ]
    }
  }
}