A Model Context Protocol (MCP) server for InfluxDB that enables Claude and other AI assistants to work with time-series data
| Tool name | Description | Destructive? |
|---|---|---|
| write-data⚠ | ⚠ yes | |
| query-data | ✓ no | |
| create-bucket | ✓ no | |
| create-org | ✓ no |
{
"mcpServers": {
"influxdb": {
"command": "npx",
"args": [
"-y",
"influxdb-mcp-server"
]
}
}
}