Back to directory
kafka-mcp

kafka-mcp

@shivamxtech1

A MCP Server for Kafka that enables AI-driven workflows to manage Kafka operations such as producing/consuming messages, managing topics, brokers, partitions, and offsets.

kafkamcp-serverdatabase

Installation & Configuration

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

Information

Transport
stdio
Language
Python
Created
2025/6/18
Updated
2025/7/17