influxdb-mcp-server
11
InfluxDB MCP Server is a Model Context Protocol server designed to interface with InfluxDB using the InfluxDB OSS API v2. It provides tools for managing data and executing queries, with support for integration and installation through various methods.
InfluxDB MCP Server
A Model Context Protocol (MCP) server that provides access to an InfluxDB instance using the InfluxDB OSS API v2.
Features
- Access to organization, bucket, and measurement data
- Tools for writing data, executing queries, and managing database objects
- Templates for common Flux queries and Line Protocol format
Resources
- Organizations List: Displays all organizations
- Buckets List: Shows all buckets and metadata
- Bucket Measurements: Lists measurements within a specified bucket
- Query Data: Executes a Flux query and returns results
Installation
Installing via Smithery
npx -y @smithery/cli install @idoru/influxdb-mcp-server --client claude
Option 1: Run with npx (recommended)
npx influxdb-mcp-server
Option 2: Install globally
npm install -g influxdb-mcp-server
Option 3: From source
git clone https://github.com/idoru/influxdb-mcp-server.git
Integration with Claude for Desktop
Add the server to your claude_desktop_config.json
.