mcp-kafka

kanapuli/mcp-kafka
★ 75 stars Go 💻 Code/Dev Tools Updated 28d ago
A Model Context Protocol Server to perform Kafka client operations
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": "go",
      "args": [
        "run",
        "github.com/kanapuli/mcp-kafka@latest"
      ]
    }
  }
}