Overview
What is InfluxDB MCP Server?
InfluxDB MCP Server is a Model Context Protocol (MCP) server that provides access to an InfluxDB instance using the InfluxDB OSS API v2, primarily built with Claude Code.
How to use InfluxDB MCP Server?
To use the InfluxDB MCP Server, you can run it using npx or install it globally. You need to set the INFLUXDB_TOKEN environment variable for authentication.
Key features of InfluxDB MCP Server?
- Access to organization, bucket, and measurement data.
- Tools for writing data, executing queries, and managing database objects.
- Prompt templates for common Flux queries and Line Protocol format.
Use cases of InfluxDB MCP Server?
- Querying time-series data from InfluxDB.
- Managing database objects like organizations and buckets.
- Writing time-series data in line protocol format.
FAQ from InfluxDB MCP Server?
- What is required to run the server?
You need to set the
INFLUXDB_TOKENenvironment variable for authentication.
- Can I run the server locally?
Yes, you can install it globally or run it directly with npx.
- What programming language is used?
The server is built using JavaScript.