idoru/influxdb-mcp-server
by Various
An MCP Server for querying InfluxDB
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-dataquery-datacreate-bucketcreate-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
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
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.