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

Installation

npx -y mcp-timeplus

Configuration

{
  "mcpServers": {
    "mcp-timeplus": {
      "command": "npx",
      "args": ["-y", "mcp-timeplus"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub