Back to directory
shivamxtech/kafka-mcp

shivamxtech/kafka-mcp

@shivamxtech

The MCP Server for Kafka, designed to scale and manage kafka clusters and interact with any MCP Client.

kafkamcpmessage-queuestreamingapache-kafkaai-agenttool

Installation & Configuration

{
  "mcpServers": {
    "kafka-mcp": {
      "command": "python3",
      "args": [
        "src/main.py"
      ],
      "env": {
        "BOOTSTRAP_SERVERS": "localhost:9092",
        "MCP_TRANSPORT": "stdio"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13