Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration
claude mcp add kibana -- npx -y @tocharianou/mcp-server-kibana
claude_desktop_config.json
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"kibana": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.TocharianOU--kibana/reviews or the review_server meta-tool.
POST /mcp