Enterprise DNA
M MCP Servers Developer low

idoru/influxdb-mcp-server

by Various

An MCP Server for querying InfluxDB

I

MCP

idoru/influxdb-mcp-server

Added 1 June 2026

Overview

A Model Context Protocol server for querying InfluxDB. It exposes InfluxDB query capabilities as tools for large language models using the MCP standard.

Best for

Best for
Developers building LLM agents that need to read time-series data from InfluxDB.

Use cases

  • Query time-series metrics from InfluxDB via natural language
  • Analyze sensor or application monitoring data through an LLM interface
  • Automate data retrieval workflows without writing raw Flux queries

How to use

Install

npx -y @smithery/cli install @idoru/influxdb-mcp-server --client claude

Tools exposed

  • write-data
  • query-data
  • create-bucket
  • create-org

Tested with

Claude Desktop, Claude Code

Example client config

{\n  "mcpServers": {\n    "influxdb": {\n      "command": "npx",\n      "args": ["influxdb-mcp-server"],\n      "env": {\n        "INFLUXDB_TOKEN": "your_token",\n        "INFLUXDB_URL": "http://localhost:8086",\n        "INFLUXDB_ORG": "your_org"\n      }\n    }\n  }\n}

Notes

A Model Context Protocol server for querying InfluxDB. It exposes InfluxDB query capabilities as tools for large language models using the MCP standard.

39 stars on GitHub. Last updated 2026-01-14. Licensed MIT.

Use cases

  • Query time-series metrics from InfluxDB via natural language
  • Analyze sensor or application monitoring data through an LLM interface
  • Automate data retrieval workflows without writing raw Flux queries

Pros

  • Simplifies InfluxDB access for LLM-based tools and agents
  • Built on the MCP standard for interoperability
  • Lightweight JavaScript implementation

Cons

  • Limited to querying (no write or administrative operations)
  • Requires separate InfluxDB setup and authentication
  • Relatively small community and few stars for support

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Simplifies InfluxDB access for LLM-based tools and agents
  • Built on the MCP standard for interoperability
  • Lightweight JavaScript implementation

Cons

  • Limited to querying (no write or administrative operations)
  • Requires separate InfluxDB setup and authentication
  • Relatively small community and few stars for support
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks