Back to MCP Servers
Influxdb
Run queries against InfluxDB OSS API v2.
databasesapiai
By idoru
Installation
npx -y influxdb-mcp-serverConfiguration
{
"mcpServers": {
"influxdb-mcp-server": {
"command": "npx",
"args": ["-y", "influxdb-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