jovezhong/mcp-timeplus
MCP server for Apache Kafka and Timeplus. Able to list Kafka topics, poll Kafka messages, save Kafka data locally and query streaming data with SQL via Timeplus
Quick Start
Clone the repository:
git clone https://github.com/jovezhong/mcp-timeplusClaude Desktop configuration example:
{
"mcpServers": {
"mcp-timeplus": {
"command": "npx",
"args": [
"-y",
"jovezhong/mcp-timeplus"
]
}
}
}Check the repository README for specific installation and configuration instructions.