Kafka MCP
JSON →A natural language interface to manage Apache Kafka operations.
Install
pip install -r Tools · 10
- consumer Consume messages from Kafka topics
- producer Publish messages to Kafka topics
- topic list List all topics in Kafka
- topic create Create a new topic in Kafka
- topic delete Delete a topic from Kafka
- topic describe Describe a topic in Kafka
- broker Get broker information
- partition Get partitions and partition offsets
- group_offset get Get consumer group offsets
- group_offset reset Reset consumer group offsets
Links
★ 1 GitHub stars