← Index

Kibana

io.github.TocharianOU/kibana·v0.7.3·Search
Quality Score
86
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "kibana": {
      "command": "npx",
      "args": [
        "-y",
        "@tocharianou/mcp-server-kibana"
      ],
      "env": {
        "KIBANA_URL": "<kibana_url>",
        "KIBANA_API_KEY": "<your-kibana_api_key>",
        "KIBANA_USERNAME": "<kibana_username>",
        "KIBANA_PASSWORD": "<your-kibana_password>",
        "MCP_TRANSPORT": "http",
        "MCP_HTTP_PORT": "3000"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "kibana": {
      "command": "npx",
      "args": [
        "-y",
        "@tocharianou/mcp-server-kibana"
      ],
      "env": {
        "KIBANA_URL": "<kibana_url>",
        "KIBANA_API_KEY": "<your-kibana_api_key>",
        "KIBANA_USERNAME": "<kibana_username>",
        "KIBANA_PASSWORD": "<your-kibana_password>",
        "MCP_TRANSPORT": "http",
        "MCP_HTTP_PORT": "3000"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @tocharianou/mcp-server-kibana
§02  Environment variables
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

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

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