Back to directory
kafka-mcp-server

kafka-mcp-server

@tuannvm49

An MCP server for Apache Kafka, enabling LLM models to perform common Kafka operations like producing/consuming messages, managing topics, and monitoring consumer groups through a standardized protocol.

kafkamessagingevent-streaminggocontext

Installation & Configuration

{
  "mcpServers": {
    "kafka": {
      "command": "kafka-mcp-server",
      "env": {
        "KAFKA_BROKERS": "localhost:9092",
        "KAFKA_CLIENT_ID": "kafka-mcp-server",
        "MCP_TRANSPORT": "stdio",
        "KAFKA_SASL_MECHANISM": "",
        "KAFKA_SASL_USER": "",
        "KAFKA_SASL_PASSWORD": "",
        "KAFKA_TLS_ENABLE": "false",
        "KAFKA_TLS_INSECURE_SKIP_VERIFY": "false"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Go
Created
2025/4/18
Updated
2026/6/8