Back to directory
influxdata/influxdb3_mcp_server

influxdata/influxdb3_mcp_server

@influxdata30

MCP Server for integrating InfluxDB 3 (Core/Enterprise/Cloud Dedicated) with MCP clients

influxdbmcpdatabasetime-seriesnode.js

Installation & Configuration

{
  "mcpServers": {
    "influxdb": {
      "command": "node",
      "args": [
        "/path/to/influx-mcp-standalone/build/index.js"
      ],
      "env": {
        "INFLUX_DB_INSTANCE_URL": "http://localhost:8181/",
        "INFLUX_DB_TOKEN": "<YOUR_INFLUXDB_TOKEN>",
        "INFLUX_DB_PRODUCT_TYPE": "core"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/5/23
Updated
2026/6/8