Influxdb
Freeby MCP Community
A Model Context Protocol (MCP) server for InfluxDB that enables Claude and other AI assistants to work with time-series data
v0.2.0Added Apr 12, 2026
influxdbmcpmodel context protocolclaudeanthropic
Influxdb MCP Server
A Model Context Protocol (MCP) server for InfluxDB that enables Claude and other AI assistants to work with time-series data
Installation
Reviews
Installation
Quick install
npx -y influxdb-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"influxdb": {
"command": "npx",
"args": ["-y", "influxdb-mcp-server"]
}
}
}