Back to MCP Servers
Influxdb3
Official MCP server for InfluxDB 3 Core/Enterprise/Cloud Dedicated
databases
By influxdata
Installation
npx -y influxdb3_mcp_serverConfiguration
{
"mcpServers": {
"influxdb3_mcp_server": {
"command": "npx",
"args": ["-y", "influxdb3_mcp_server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes