Labsco
timeplus-io logo

Timeplus

โ˜… 12

from timeplus-io

Interact with the Timeplus real-time data platform for querying and managing data streams.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” An Apache-2.0 MCP server for the Timeplus real-time streaming data platform, letting assistants query streams and manage Kafka-backed pipelines via SQL.

What you get โ€”

  • SQL queries โ€” run_sql executes queries on your Timeplus cluster (read-only by default)
  • Schema browsing โ€” list_databases and list_tables
  • Kafka integration โ€” list_kafka_topics, explore_kafka_topic to peek at messages, and create_kafka_stream to set up streaming ETL that saves topic messages locally
  • Apache Iceberg connection via connect_to_apache_iceberg, plus a generate_sql prompt

Requirements โ€” Timeplus connection details: TIMEPLUS_HOST/PORT/USER/PASSWORD, TLS/verify flags, timeouts, TIMEPLUS_READ_ONLY, and TIMEPLUS_KAFKA_CONFIG. Requires uv.

Cost snapshot โ€” Server is Apache-2.0 (free). Timeplus is a separate data platform (open-source Proton and Timeplus Enterprise) โ€” you connect to your own cluster/account.

Setup effort โ€” uvx mcp-timeplus with the connection env in your Claude Desktop config.

Our take โ€” Handy for real-time/streaming analytics and Kafka exploration. Two caveats: queries run read-only unless you set TIMEPLUS_READ_ONLY=false (which then allows DDL/DML), and the Iceberg connector is Timeplus Enterprise only.

Source: the project README โ€” summarized 2026-07-08.