Odel
Kibana

Kibana

Local
@tocharianou79TypeScriptApache-2.0Updated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@tocharianou/mcp-server-kibanav0.10.0

Run

npx -y @tocharianou/mcp-server-kibana

MCP client config

{
  "mcpServers": {
    "kibana": {
      "command": "npx",
      "args": [
        "-y",
        "@tocharianou/mcp-server-kibana"
      ]
    }
  }
}
npm@tocharianou/mcp-server-kibanav0.10.0

Run

npx -y @tocharianou/mcp-server-kibana

MCP client config

{
  "mcpServers": {
    "kibana": {
      "command": "npx",
      "args": [
        "-y",
        "@tocharianou/mcp-server-kibana"
      ]
    }
  }
}