Back to MCP Servers
Apache Kafka
Produce and consume messages, manage topics, inspect consumer groups, and monitor Apache Kafka clusters
kafkamessagingstreamingevent-driveninfrastructure
By Community
Installation
pip install kafka-mcp-serverConfiguration
{
"mcpServers": {
"kafka": {
"command": "uvx",
"args": ["kafka-mcp-server"],
"env": {
"KAFKA_BOOTSTRAP_SERVERS": "localhost:9092",
"KAFKA_SECURITY_PROTOCOL": "PLAINTEXT"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes