About
Overview
The Apache Kafka MCP Server enables AI agents to interact with Kafka clusters. It provides tools for producing and consuming messages, managing topics, and viewing consumer group offsets.
Capabilities
Tools & Capabilities
⚡produce
Produce a message to a topic
⚡consume
Consume messages from a topic
⚡list_topics
List Kafka topics
⚡create_topic
Create a new topic
Setup
Installation
bash
Install
npx -y mcp-server-kafkaExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"kafka": {
"command": "npx",
"args": ["-y", "mcp-server-kafka"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 80
Last UpdatedFeb 12, 2026