Back to directory
iotdb-mcp-server

iotdb-mcp-server

@apache36

A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through IoTDB, enabling SQL queries and interaction with IoTDB using Tree Model and Table Model dialects.

IoTDBdatabaseSQLtime-series

Installation & Configuration

{
  "mcpServers": {
    "iotdb": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/your_username/iotdb-mcp-server/src/iotdb_mcp_server",
        "run",
        "server.py"
      ],
      "env": {
        "IOTDB_HOST": "127.0.0.1",
        "IOTDB_PORT": "6667",
        "IOTDB_USER": "root",
        "IOTDB_PASSWORD": "root",
        "IOTDB_DATABASE": "test",
        "IOTDB_SQL_DIALECT": "table",
        "IOTDB_EXPORT_PATH": "/path/to/export/folder"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/1
Updated
2026/6/7