Skip to main content
DatabasesTypeScript

idoru/influxdb-mcp-server

Run queries against InfluxDB OSS API v2.

databasescloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/idoru/influxdb-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "influxdb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "idoru/influxdb-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
idoru