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).
Run
npx -y @tocharianou/mcp-server-kibana
MCP client config
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
]
}
}
}Run
npx -y @tocharianou/mcp-server-kibana
MCP client config
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
]
}
}
}