LogoSTMCP
Download
influxdb-mcp-server

InfluxDB MCP Server

An MCP server providing Claude AI access to InfluxDB with resources, tools, and prompts for time-series data management, query execution, and database operations.

Tools

1. write-data

Write time-series data in line protocol format.

2. query-data

Execute Flux queries.

3. create-bucket

Create a new bucket.

4. create-org

Create a new organization.

Open Graph image for InfluxDB MCP Server

JSON Config

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

Useful Links

Information

  • Author@idoru
  • Published date2025/09/22