idoru_influxdb-mcp-server

idoru_influxdb-mcp-server

3.2

If you are the rightful owner of idoru_influxdb-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The InfluxDB MCP Server is a Model Context Protocol server that provides access to an InfluxDB instance using the InfluxDB OSS API v2, primarily built with Claude Code.

The InfluxDB MCP Server is designed to facilitate seamless interaction with an InfluxDB instance by exposing its resources and functionalities through a Model Context Protocol (MCP) interface. This server allows users to access and manage various InfluxDB components such as organizations, buckets, and measurements. It also provides tools for writing data, executing queries, and managing database objects. The server is equipped with prompt templates for common Flux queries and the Line Protocol format, making it easier for users to construct and execute queries. The server is highly configurable, requiring an authentication token and optionally allowing customization of the InfluxDB URL and default organization. It can be run directly using npx, installed globally via npm, or executed from source, providing flexibility in deployment. Integration with Claude for Desktop is also supported, allowing users to add the server to their configuration for streamlined access.

Features

  • Access to organization, bucket, and measurement data
  • Tools for writing data and executing queries
  • Management of database objects
  • Prompt templates for common queries
  • Configurable environment settings

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