Skip to content
Cline

kibana mcp for Cline

io.github.mshegolev/kibana-mcp

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

client:Cline transport:stdio runtime:pypi

Install kibana mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kibana-mcp": {
      "command": "uvx",
      "args": [
        "kibana-mcp"
      ],
      "env": {
        "KIBANA_URL": "<KIBANA_URL>",
        "ELASTICSEARCH_URL": "<ELASTICSEARCH_URL>",
        "KIBANA_API_KEY": "<KIBANA_API_KEY>",
        "KIBANA_USERNAME": "<KIBANA_USERNAME>",
        "KIBANA_PASSWORD": "<KIBANA_PASSWORD>",
        "KIBANA_SSL_VERIFY": "<KIBANA_SSL_VERIFY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

kibana mcp in other clients