MCP.so
登录

Overview

@brandon-powers

关于 Overview

An MCP server for Apache Kafka & its ecosystem.

基本信息

分类

其他

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

brandon-powers

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-kafka?

mcp-kafka is a server-side implementation of the Model Context Protocol (MCP) for Apache Kafka. It enables language models (LLMs/SLMs) to interact with Kafka and its ecosystem, including Kafka Connect, Burrow, and Cruise Control.

How to use mcp-kafka?

Configure the server by setting environment variables for the APIs you want to enable (Kafka bootstrap servers, Kafka Connect URL, Burrow URL, Cruise Control URL). Then plug it into any MCP client such as Claude Desktop, Cursor, Windsurf, Langchain MCP adapter, or Azure OpenAI. Publishing to PyPI and Docker is planned but not yet available.

Key features of mcp-kafka

  • Tools for Kafka: consume, produce, describe clusters, topics, consumer groups, delegation tokens, log dirs, configs, ACLs.
  • Tools for Kafka Connect: cluster info, config, connectors, connector plugins, loggers.
  • Tools for Burrow: health check, list clusters, describe cluster, list consumers with group detail, list topics, check consumer group status.
  • Tools for Cruise Control: get state, cluster load, partition resource utilization, partition/replica state, optimization proposals, user request result.
  • Resources exposed: topics, connectors, consumer groups.
  • Support for multiple MCP client integrations.

Use cases of mcp-kafka

  • Monitor consumer group lag and health via Burrow.
  • Rebalance Kafka clusters and view optimization proposals using Cruise Control.
  • Manage and inspect Kafka connectors programmatically.
  • Produce and consume messages to/from Kafka topics through an LLM.
  • Retrieve metadata about topics, consumer groups, and cluster configuration.

FAQ from mcp-kafka

Is mcp-kafka production-ready?

No, it is a work in progress (WIP). Changes and potential errors are expected.

Which Kafka APIs are supported?

The server supports Kafka Admin, Consumer, and Producer APIs (excluding Streams), plus the REST APIs for Kafka Connect, Burrow, and Cruise Control.

How do I enable a specific API?

Set the corresponding environment variable: KAFKA_BOOTSTRAP_SERVERS for Kafka core, KAFKA_CONNECT_API_URL for Kafka Connect,

评论

其他 分类下的更多 MCP 服务器