Skip to content
Grok

strimzi kafka cli for Grok

io.github.systemcraftsman/strimzi-kafka-cli

Manage Apache Kafka on Kubernetes via Strimzi. Clusters, topics, users, connectors, MM2.

client:Grok transport:stdio runtime:pypi

Install strimzi kafka cli in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "strimzi-kafka-cli": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "strimzi-kafka-cli"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

strimzi kafka cli in other clients