Overview
@brandon-powers
关于 Overview
An MCP server for Apache Kafka & its ecosystem.
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
评论