An MCP server providing Claude AI access to InfluxDB with resources, tools, and prompts for time-series data management, query execution, and database operations.
Write time-series data in line protocol format.
Execute Flux queries.
Create a new bucket.
Create a new organization.
{
"mcpServers": {
"influxdb": {
"command": "npx",
"args": ["influxdb-mcp-server"],
"env": {
"INFLUXDB_TOKEN": "your_token",
"INFLUXDB_URL": "http://localhost:8086",
"INFLUXDB_ORG": "your_org"
}
}
}
}