Joel-hanson/kafka-mcp-server
This project provides a **Model Context Protocol (MCP)** server that enables interaction with a Kafka cluster via standard tool-based interfaces. It exposes Kafka operations like producing messages, consuming, listing topics, and more — all accessible through Claude Desktop or any MCP-compatible client.
Platform-specific configuration:
{
"mcpServers": {
"kafka-mcp-server": {
"command": "npx",
"args": [
"-y",
"kafka-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...