MCP Servers / database / InfluxDB

InfluxDB

JSON →
nonedatabase

A server for integrating with InfluxDB, a time-series database.

Install
How to run this server
[ { "cmd": "npx usage)", "imports": [] } ]
server path: influxdb
Tools
What this server exposes
get_help
Get help and troubleshooting guidance for InfluxDB operations
write_line_protocol
Write data using InfluxDB line protocol
create_database
Create a new database (with Cloud Dedicated config options)
update_database
Update database configuration (maxTables, retention, etc.)
delete_database
Delete a database by name (irreversible)
execute_query
Run a SQL query against a database (supports multiple formats)
get_measurements
List all measurements (tables) in a database
get_measurement_schema
Get schema (columns/types) for a measurement/table
create_admin_token
Create a new admin token (full permissions)
list_admin_tokens
List all admin tokens (with optional filtering)
create_resource_token
Create a resource token for specific DBs and permissions
list_resource_tokens
List all resource tokens (with filtering and ordering)
delete_token
Delete a token by name
regenerate_operator_token
Regenerate the operator token (dangerous/irreversible)
cloud_list_database_tokens
List all database tokens for Cloud-Dedicated cluster
cloud_get_database_token
Get details of a specific database token by ID
cloud_create_database_token
Create a new database token for Cloud-Dedicated cluster
cloud_update_database_token
Update an existing database token
cloud_delete_database_token
Delete a database token from Cloud-Dedicated cluster
list_databases
List all available databases in the instance
health_check
Check InfluxDB connection and health status
Configuration
Environment & auth
authnone
envINFLUX_DB_INSTANCE_URL
envINFLUX_DB_TOKEN
envINFLUX_DB_CLUSTER_ID
envINFLUX_DB_ACCOUNT_ID
envINFLUX_DB_MANAGEMENT_TOKEN
envYOUR_INFLUXDB_TOKEN
Resources
InfluxDB — MCP Server · libregistry