About
Overview
The InfluxDB MCP Server provides tools for working with InfluxDB time-series databases. AI agents can execute Flux or InfluxQL queries, write data points, manage buckets and organizations, and build real-time dashboards. Essential for IoT data, server monitoring, and any time-series analysis workflows.
Capabilities
Tools & Capabilities
⚡query
Execute a Flux query against InfluxDB
⚡write
Write data points to a bucket
⚡list_buckets
List all buckets in the organization
⚡list_measurements
List measurements in a bucket
Setup
Installation
bash
Install
npx -y influxdb-mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"influxdb": {
"command": "npx",
"args": ["-y", "influxdb-mcp-server"],
"env": {
"INFLUXDB_URL": "http://localhost:8086",
"INFLUXDB_TOKEN": "your-token",
"INFLUXDB_ORG": "your-org"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 85
Last UpdatedFeb 12, 2026