IoTDB MCP Server for Tree Model
@xiangmy21
About IoTDB MCP Server for Tree Model
iotdb-mcp-server for tree model
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"iotdb": {
"command": "uv",
"args": [
"--directory",
"YOUR_REPO_PATH/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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is IoTDB MCP Server for Tree Model?
An MCP (Model Context Protocol) server implementation that enables database interaction and business intelligence capabilities by running SQL queries against an Apache IoTDB instance.
How to use IoTDB MCP Server for Tree Model?
Install the server with Python and uv, then configure it in Claude Desktop’s configuration file (claude_desktop_config.json) by specifying the uv command, the path to the server’s server.py, and the required environment variables (IOTDB_HOST, IOTDB_PORT, IOTDB_USER, IOTDB_PASSWORD, IOTDB_DATABASE).
Key features of IoTDB MCP Server for Tree Model
- Executes SHOW and COUNT queries via
metadata_querytool - Executes SELECT queries via
select_querytool - Returns query results as arrays of objects
- Integrates with Claude Desktop through MCP protocol
- No resources or prompts exposed
Use cases of IoTDB MCP Server for Tree Model
- Querying IoTDB metadata (schemas, database info) using SHOW/COUNT SQL
- Retrieving time-series data from IoTDB using SELECT statements
- Building AI-assisted business intelligence workflows on top of IoTDB
FAQ from IoTDB MCP Server for Tree Model
What runtime or dependencies are required?
Python with the uv package manager, an IoTDB installation, and the MCP server dependencies (installed via uv sync).
How do I configure the server for my environment?
Set environment variables IOTDB_HOST, IOTDB_PORT, IOTDB_USER, IOTDB_PASSWORD, and IOTDB_DATABASE in the Claude Desktop configuration file.
What SQL queries are supported?
The server supports SHOW/COUNT queries (via metadata_query) and SELECT queries (via select_query). It does not support INSERT, UPDATE, DELETE, or other DDL/DML statements.
Where are the credentials and connection details stored?
They are provided as environment variables in the Claude Desktop configuration file, not in the server code itself.
What transport does the server use?
The server uses the standard MCP protocol (stdio transport, as configured for Claude Desktop). No explicit authentication is mentioned beyond the database credentials.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments