Back to Home
influxdata icon

influxdb3_mcp_server

Verified Safe

by influxdata

Overview

Provides a Model Context Protocol (MCP) server for integrating with various InfluxDB v3 instances (Core, Enterprise, Cloud Dedicated, Clustered, Cloud Serverless) through tools, resources, and prompts.

Installation

Run Command
npx -y @influx/influx-mcp-server@latest

Environment Variables

  • INFLUX_DB_INSTANCE_URL
  • INFLUX_DB_TOKEN
  • INFLUX_DB_PRODUCT_TYPE
  • INFLUX_DB_ACCOUNT_ID
  • INFLUX_DB_CLUSTER_ID
  • INFLUX_DB_MANAGEMENT_TOKEN

Security Notes

The server uses environment variables for all sensitive credentials (tokens, IDs), which is good practice. It communicates via StdioServerTransport, implying a local process-to-process communication model that reduces network exposure. However, the `HttpClientService` conditionally disables SSL certificate validation (`rejectUnauthorized: false`) for `InfluxProductType.Clustered`, which is a security risk (vulnerable to MITM attacks) if the environment is not fully trusted or secured otherwise. The project's `SECURITY.md` explicitly warns users about exposing system capabilities and emphasizes trusting the MCP client and deploying on the same device as a trusted agent.

Similar Servers

Stats

Interest Score37
Security Score8
Cost ClassMedium
Avg Tokens750
Stars23
Forks8
Last Update2026-01-08

Tags

InfluxDBTime-seriesDatabaseMCPAPI