MCP Servers / communication / Kafka MCP Server

Kafka MCP Server

JSON →
stdionone51communication

An MCP server for Apache Kafka, enabling LLMs to perform Kafka operations like producing and consuming messages.

Install
How to run this server

No install command recorded.

server path: kafka-mcp-server-2
Tools
What this server exposes
produce_message
Produces messages to Kafka topics
consume_messages
Consumes messages from Kafka topics in batch operations
list_brokers
Lists all configured Kafka broker addresses
describe_topic
Provides comprehensive metadata for specific topics
list_consumer_groups
Enumerates all consumer groups in the cluster
describe_consumer_group
Provides detailed consumer group information including lag metrics
describe_configs
Retrieves configuration settings for Kafka resources
cluster_overview
Provides comprehensive cluster health summaries
list_topics
Lists all topics with metadata including partition and replication information
Configuration
Environment & auth
authnone
envKAFKA_CLIENT_ID
envMCP_HTTP_PORT
envOAUTH_SERVER_URL
envOIDC_CLIENT_ID
envOIDC_CLIENT_SECRET
Resources
Kafka MCP Server — MCP Server · libregistry