Back to directory
influxdata/influxdb3-mcp-server

influxdata/influxdb3-mcp-server

@influxdata

MCP Server for InfluxDB 3 - provides tools, resources, and prompts for interacting with InfluxDB v3

influxdbtime-seriesdatabasemcp-servertypescriptclouddata

Installation & Configuration

{
  "mcpServers": {
    "influxdb": {
      "command": "npx",
      "args": [
        "-y",
        "@influxdata/influxdb3-mcp-server"
      ],
      "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
2026/6/12
Updated
2026/6/13