$ timeahead_
← mcp scores
51
@tocharianou/mcp-server-kibana

Kibana MCP Server

overview

What it does

This community-maintained MCP server bridges Claude (via Claude Desktop or other MCP clients) with Kibana, Elastic's observability and visualization platform. It exposes 16 tools for API discovery, saved object management (dashboards, visualizations, index patterns, searches), and analysis utilities like dependency mapping and dashboard health checks. The server supports both stdio (local) and HTTP (remote) transport modes, with flexible authentication: API keys, basic auth, or session cookies.

Who it's for

Infrastructure and platform engineers managing Kibana instances who want Claude to help automate dashboard creation, manage saved objects in bulk, or troubleshoot analytics configurations. Teams using Kibana for observability and monitoring will find it valuable for programmatic access without leaving their chat interface or IDE.

Common use cases

  • Query Kibana saved objects by name or type and retrieve their configurations programmatically
  • Create or update dashboards and visualizations via Claude without manual UI navigation
  • Analyze saved object dependencies to map out dashboard relationships before deletion
  • Perform bulk updates on saved objects—apply tags, modify filters, or version changes across multiple items
  • Check dashboard health and validate that visualizations reference valid index patterns

Setup pitfalls

  • The repository contains 34 detected secrets—review the code, rotate any exposed credentials, and use only fresh API keys in production
  • Multiple authentication methods in the config file can conflict silently; set only one of API key, basic auth, or cookies, not all three
  • SSL/TLS validation is disabled by default (NODE_TLS_REJECT_UNAUTHORIZED=1)—suitable only for development; use a trusted CA certificate in production
  • CI build is currently failing—test tool functionality against your Kibana version before relying on batch operations in production
install
add to your claude desktop / cursor / windsurf mcp config:
{
  "mcpServers": {
    "tocharianoumcp-kibana": {
      "command": "npx",
      "args": [
        "-y",
        "@tocharianou/mcp-server-kibana"
      ]
    }
  }
}
per-client install guide (claude desktop · cursor · windsurf · vscode · claude code) →
owner of this server? claim your listing to get a verified badgeclaim →
34 credentials detected in repository history via Gitleaks
score breakdown
security (35%)0
freshness (25%)100
adoption (20%)53
quality (10%)100
trust (10%)50
score history (10 updates)
4/30/20265/19/2026
capabilities · what this server can do
16 tools detected·auth: API key
medium risk
● active   ○ not requested  ·  hover each badge for details
fs read fs write network exec eval secrets
why medium risk: fs read + network + secrets — requires access to credentials or environment secrets.
  • vl_update_saved_object
  • vl_bulk_update_saved_objects
  • vl_search_saved_objects
  • vl_bulk_delete_saved_objects
  • vl_get_saved_object
+11 more tools
  • analyze_object_dependencies
  • analyze_deletion_impact
  • check_dashboard_health
  • scan_all_dashboards_health
  • vl_create_saved_object
  • get_status
  • execute_kb_api
  • search_kibana_api_paths
  • list_all_kibana_api_paths
  • get_kibana_api_detail
  • get_available_spaces
maintenance health
51/ 100 · is this project alive
contributors (1y)9
top contributor share71%
releases (1y)4
last release108d ago
ci⚠ failing/unknown
raw data
weekly downloads727
github stars66
forks21
open issues1
license✓ present
readme length7846 chars
last publish1d ago
last commit10d ago
last updated8h ago
install verified✓ pass · 2d ago
score drop alerts
get notified by email when this server's score drops 5+ points