Influxdb MCP Server is an MCP server that an MCP Server for querying InfluxDB. Its tool list has not been published yet over stdio and http, requires no API key, and scores 78/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"influxdb": {
"env": {
"INFLUXDB_ORG": "your_org",
"INFLUXDB_URL": "http://localhost:8086",
"INFLUXDB_TOKEN": "your_token"
},
"args": [
"influxdb-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that exposes access to an InfluxDB v2 instance using the InfluxDB OSS API v2. Mostly built with Claude Code.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@idoru/influxdb-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @idoru/influxdb-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Organizations ListDisplays all organizations in the InfluxDB instance
influxdb://orgs
Buckets ListShows all buckets with their metadata
influxdb://buckets
Bucket MeasurementsLists all measurements within a specified bucket
influxdb://bucket/{bucketName}/measurements
Query DataExecutes a Flux query and returns results as a resource
influxdb://query/{orgName}/{fluxQuery}
flux-query-examplesCommon Flux query examples
line-protocol-guideGuide to InfluxDB line protocol format
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / analytics
Manage Supabase projects — databases, auth, storage, and edge functions
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
DataForSEO API modelcontextprotocol server
MCP Security Weekly
Get CVE alerts and security updates for Influxdb Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.