Skip to content

Influxdb

Free

by MCP Community

A Model Context Protocol (MCP) server for InfluxDB that enables Claude and other AI assistants to work with time-series data

v0.2.0Added Apr 12, 2026
influxdbmcpmodel context protocolclaudeanthropic
Works with:ClaudeGPTGeminiCopilot

Influxdb MCP Server

A Model Context Protocol (MCP) server for InfluxDB that enables Claude and other AI assistants to work with time-series data

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y influxdb-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "influxdb": {
      "command": "npx",
      "args": ["-y", "influxdb-mcp-server"]
    }
  }
}