influxdb-mcp-server
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.
What is the InfluxDB MCP Server?
It is a Model Context Protocol server that provides access to an InfluxDB instance using the InfluxDB OSS API v2.
What are the main features of the InfluxDB MCP Server?
The server offers access to organization, bucket, and measurement data, tools for writing data and executing queries, and prompt templates for common operations.
How can I install the InfluxDB MCP Server?
You can install it via Smithery, run it with npx, install it globally, or run it from source.
What environment variables are required for the server?
The server requires the INFLUXDB_TOKEN for authentication, and optionally INFLUXDB_URL and INFLUXDB_ORG for server setup.
How can I integrate the server with Claude for Desktop?
You can add the server to your claude_desktop_config.json using either npx or a local installation.