Skip to content
Grok

kibana mcp for Grok

io.github.mshegolev/kibana-mcp

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

client:Grok transport:stdio runtime:pypi

Install kibana mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "kibana-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

kibana mcp in other clients