Home › Other › Kibana

Kibana

Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration

TypeScript
★ 82 stars Last pushed 2026-09-16 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.10.2)

npx -y @tocharianou/mcp-server-kibana@0.10.2

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-kibana": {
      "command": "npx",
      "args": [
        "-y",
        "@tocharianou/mcp-server-kibana@0.10.2"
      ],
      "env": {
        "KIBANA_URL": "<YOUR_VALUE>",
        "KIBANA_API_KEY": "<YOUR_VALUE>",
        "KIBANA_USERNAME": "<YOUR_VALUE>",
        "KIBANA_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • KIBANA_URL required — Your Kibana instance URL (e.g., http://localhost:5601)
  • KIBANA_API_KEY secret — Kibana API key for authentication
  • KIBANA_USERNAME — Kibana username for basic authentication
  • KIBANA_PASSWORD secret — Kibana password for basic authentication

Package (npm 0.10.2)

Package: npm @tocharianou/mcp-server-kibana

  • MCP_TRANSPORT required — Transport mode selection
  • MCP_HTTP_PORT — HTTP server port
  • KIBANA_URL required — Your Kibana instance URL
  • KIBANA_API_KEY secret — Kibana API key for authentication
  • KIBANA_USERNAME — Kibana username
  • KIBANA_PASSWORD secret — Kibana password

Related servers

Data from the Official MCP Registry