- Step1: Install dependencies with 'pip install -r requirements.txt'
- Step2: Run the server with 'python mcp_kafka_server.py' for local mode or 'python mcp_kafka_sse_server.py' for web service mode
- Step3: Connect the MCP client to localhost or the specified server URL
- Step4: Use MCP commands to list topics, get topic info, send or read messages, or playback data.