Kafka MCP Server
@Joel-hanson
Kafka MCP Server について
This project provides a **Model Context Protocol (MCP)** server that enables interaction with a Kafka cluster via standard tool-based interfaces. It exposes Kafka operations like producing messages, consuming, listing topics, and more — all accessible through Claude Desktop or an
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"kafka-mcp-server-joel-hanson": {
"command": "python",
"args": [
"server.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Kafka MCP Server?
The Kafka MCP Server is a Model Context Protocol (MCP) server that enables interactions with a Kafka cluster through standard tool-based interfaces. It exposes Kafka operations like producing messages, consuming, listing topics, and more – all accessible through Claude Desktop or any MCP-compatible client.
How to use Kafka MCP Server?
Clone the repository, set up a Python 3.10 environment (e.g., with conda), install dependencies from requirements.txt, then either start the server with mcp dev for local testing or run python server.py. Configure an MCP client (e.g., Claude Desktop) by adding a JSON entry pointing to the server.py script. Before use, create a Kafka properties file with your cluster’s bootstrap.servers and any security settings, then call the kafka_initialize_connection tool.
Key features of Kafka MCP Server
- Configuration from standard Kafka properties files
- List, create, delete, and inspect topics
- Efficient connection pooling and cleanup
- Comprehensive error handling with informative messages
- Extensible design for adding more Kafka operations
- MCP‑compatible tools for Claude Desktop and other clients
Use cases of Kafka MCP Server
- Initialize a connection to a Kafka cluster via a properties file
- List all topics in the cluster
- Create a topic with custom partitions and replication factor
- Get detailed information (partitions, replicas, ISR) for a topic
- Delete an existing topic
FAQ from Kafka MCP Server
How do I connect the server to my Kafka cluster?
「その他」の他のコンテンツ
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
コメント