export_query
How to use it
export_query is exposed by the Iotdb MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the export_query tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Iotdb MCP Server
$
docker run -e IOTDB_HOST=<your-iotdb-host> -e IOTDB_PORT=<your-iotdb-port> -e IOTDB_USER=<your-iotdb-user> -e IOTDB_PASSWORD=<your-iotdb-password> iotdb-mcp-serverOther tools in Iotdb MCP Server (10)
describe_table
export_table_query
filename
(string): Optional filename for the exported file. If not provided, a unique filename will be generated.
format
(string): Export format, either "csv" or "excel" (default: "csv")
list_tables
metadata_query
query_sql
(string): The SHOW/COUNT SQL query to execute
read_query
select_query
table_name
(string): Name of table to describe