Mcflux
БесплатноНе проверенRead-only MCP server for InfluxDB v1 that lets Claude query and explore time-series data using InfluxQL.
Описание
Read-only MCP server for InfluxDB v1 that lets Claude query and explore time-series data using InfluxQL.
README
Read-only MCP server for InfluxDB v1. Lets Claude (Desktop or Code) query and explore your time-series data through the Model Context Protocol.
Tools
| Tool | Description |
|---|---|
ping |
Check connectivity and return the InfluxDB version |
list_databases |
List all databases |
list_measurements |
List measurements in a database |
list_tag_keys |
List tag keys, optionally filtered by measurement |
list_field_keys |
List field keys and their types |
list_tag_values |
List values for a specific tag key |
query |
Execute a read-only InfluxQL query (SELECT/SHOW only) |
Write operations (CREATE, DROP, DELETE, INSERT, etc.) are blocked at the server level.
Requirements
- Python 3.10+
- uv package manager
- An InfluxDB v1 instance
Installation
Claude Desktop (extension)
Download the latest .mcpb from Releases, then:
- Open Claude Desktop
- Go to Settings > Extensions > Advanced settings
- Click Install Extension and select the
.mcpbfile - Fill in your InfluxDB URL, username, and password in the configuration form
Claude Desktop (manual)
Add to claude_desktop_config.json:
- Windows:
%AppData%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"influxdb": {
"command": "uv",
"args": ["--directory", "/path/to/mcflux", "run", "server.py"],
"env": {
"INFLUXDB_URL": "http://localhost:8086",
"INFLUXDB_USERNAME": "myuser",
"INFLUXDB_PASSWORD": "mypass"
}
}
}
}
Claude Code
Add to .claude/settings.json or your project settings:
{
"mcpServers": {
"influxdb": {
"command": "uv",
"args": ["--directory", "/path/to/mcflux", "run", "server.py"],
"env": {
"INFLUXDB_URL": "http://localhost:8086",
"INFLUXDB_USERNAME": "myuser",
"INFLUXDB_PASSWORD": "mypass"
}
}
}
}
Configuration
| Environment variable | Required | Default | Description |
|---|---|---|---|
INFLUXDB_URL |
No | http://localhost:8086 |
InfluxDB HTTP API URL |
INFLUXDB_USERNAME |
No | (none) | Username for basic auth |
INFLUXDB_PASSWORD |
No | (none) | Password for basic auth |
Omit INFLUXDB_USERNAME and INFLUXDB_PASSWORD if your instance does not require authentication.
Building the .mcpb bundle
npm install -g @anthropic-ai/mcpb
mcpb pack .
This produces a mcflux.mcpb file that can be installed as a Claude Desktop extension.
License
Установка Mcflux
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dmayan-ss/mcp-influx1FAQ
Mcflux MCP бесплатный?
Да, Mcflux MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mcflux?
Нет, Mcflux работает без API-ключей и переменных окружения.
Mcflux — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Mcflux в Claude Desktop, Claude Code или Cursor?
Открой Mcflux на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Mcflux with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
