Back to MCP Servers
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
databases
By jovezhong
Installation
npx -y mcp-timeplusConfiguration
{
"mcpServers": {
"mcp-timeplus": {
"command": "npx",
"args": ["-y", "mcp-timeplus"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes