drio
Open app

Timeplus MCP Server

Source

Execute SQL queries and manage databases seamlessly with Timeplus. Leverage powerful tools to interact with your data, Kafka topics, and Iceberg tables efficiently. Enhance your data workflows with a user-friendly interface and robust backend capabilities.

Catalog onlyCatalog onlySTDIO

Overview

Mcp Timeplus is a tool designed for Apache Kafka and ClickHouse that allows users to manage Kafka topics, poll messages, save data locally, and perform SQL queries via Timeplus.

To use Mcp Timeplus, configure the environment variables for your ClickHouse server, run the server using the provided commands, and execute SQL queries to interact with your data.

  • List Kafka topics and databases. - Poll Kafka messages for real-time data processing. - Save Kafka data locally for offline analysis. - Execute SQL queries on ClickHouse clusters.
  1. Real-time data processing from Kafka streams.
  2. Storing and querying large datasets in ClickHouse.
  3. Integrating Kafka with SQL-based analytics.

Add to your AI client

Use these steps to connect Timeplus MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-timeplus-jovezhong": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-timeplus-jovezhong"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-timeplus-jovezhong": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-timeplus-jovezhong"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-timeplus-jovezhong": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-timeplus-jovezhong"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-timeplus-jovezhong": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-timeplus-jovezhong"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-timeplus-jovezhong": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-timeplus-jovezhong"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-timeplus-jovezhong": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-timeplus-jovezhong"
      ]
    }
  }
}

FAQ

Can Mcp Timeplus work with any version of Kafka?

Yes, it is designed to be compatible with various Kafka versions.

Is there a demo available for testing?

Yes, you can use the ClickHouse SQL Playground for testing.

What are the system requirements?

Ensure you have a compatible version of ClickHouse and Kafka installed.

Timeplus MCP Server — MCP Registry