Mcp Kafka Processor
@boufnichel
关于 Mcp Kafka Processor
An MCP server for processing Kafka events and enabling LLMs to interact with event streams
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Kafka Processor?
Mcp Kafka Processor is an MCP server that provides event processing capabilities through Kafka integration. It allows Large Language Models to interact with Kafka topics through the Model Context Protocol, enabling publish and consume operations for event-driven AI workflows.
How to use Mcp Kafka Processor?
Clone the repository, install dependencies with npm install, and build with npm run build. Configure the Kafka broker using the KAFKA_BROKERS environment variable (default localhost:9092), then add the server to your Claude Desktop configuration by specifying the build/index.js path and environment variable in claude_desktop_config.json.
Key features of Mcp Kafka Processor
- Publish events to Kafka topics
- Consume events from Kafka topics
- Easy integration with Claude Desktop and MCP clients
- Type-safe implementation using TypeScript
- Configurable via environment variables
Use cases of Mcp Kafka Processor
- Publishing messages from an LLM to a Kafka topic for downstream processing
- Consuming Kafka events and delivering them to an AI assistant for analysis
- Automating event-driven workflows with AI as the decision engine
- Enabling real-time data pipelines where AI consumes or produces Kafka messages
FAQ from Mcp Kafka Processor
What is the purpose of this server?
It enables LLMs to publish and consume events from Kafka topics through the MCP protocol, bridging AI agents with Kafka-based event streams.
What are the prerequisites for using it?
Node.js 16 or higher, an accessible Kafka broker, and TypeScript knowledge for development.
How do I configure the Kafka broker connection?
Set the KAFKA_BROKERS environment variable to a comma-separated list of broker addresses (default is localhost:9092).
What tools does the server provide?
Two tools: publish-event (send a message to a topic) and consume-events (receive messages from a topic). Both require a topic parameter; consume-events also accepts an optional maxMessages parameter.
Can I limit how many messages are consumed?
Yes, the consume-events tool has a maxMessages parameter that defaults to 10.
生产力 分类下的更多 MCP 服务器
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.

Time
modelcontextprotocolModel Context Protocol Servers
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
评论