← Index

io.github.mshegolev/kibana-mcp

io.github.mshegolev/kibana-mcp·v0.1.1·Search
Quality Score
80
/100

Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "kibana-mcp": {
      "command": "uvx",
      "args": [
        "kibana-mcp"
      ],
      "env": {
        "KIBANA_URL": "<kibana_url>",
        "ELASTICSEARCH_URL": "<elasticsearch_url>",
        "KIBANA_API_KEY": "<your-kibana_api_key>",
        "KIBANA_USERNAME": "<kibana_username>",
        "KIBANA_PASSWORD": "<your-kibana_password>",
        "KIBANA_SSL_VERIFY": "true"
      }
    }
  }
}
§02  Environment variables
KIBANA_URL
required

Kibana base URL (e.g. https://kibana.example.com)

ELASTICSEARCH_URL

Direct Elasticsearch URL. If unset, ES requests route through the Kibana Console proxy.

KIBANA_API_KEY
secret

Elasticsearch API key (ApiKey base64(id:api_key) format). Takes priority over Basic auth.

KIBANA_USERNAME

HTTP Basic auth username. Used only when KIBANA_API_KEY is not set.

KIBANA_PASSWORD
secret

HTTP Basic auth password.

KIBANA_SSL_VERIFY

Verify SSL certificates (true/false). Set to 'false' for self-signed certs.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search