Kibana
Rank #2,051io.github.TocharianOU/kibana
Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration
Kibana is a Model Context Protocol (MCP) server published by tocharianou. It ranks #2,051 of 115,591 servers tracked on MCP Toplist, and its repository has 79 GitHub stars. Kibana is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 5 tracked versions. It was first listed on May 2, 2025 and most recently updated on Aug 14, 2026.
Ranks ahead of 113,540 of 115,591 servers on MCP Toplist.
Use Kibana
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add kibana -e "KIBANA_URL=<your KIBANA_URL>" -e "KIBANA_API_KEY=<your KIBANA_API_KEY>" -e "KIBANA_USERNAME=<your KIBANA_USERNAME>" -e "KIBANA_PASSWORD=<your KIBANA_PASSWORD>" -- npx -y @tocharianou/mcp-server-kibanaReplace each placeholder with your own value before saving.
claude mcp add kibana -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "MCP_HTTP_PORT=<your MCP_HTTP_PORT>" -e "KIBANA_URL=<your KIBANA_URL>" -e "KIBANA_API_KEY=<your KIBANA_API_KEY>" -e "KIBANA_USERNAME=<your KIBANA_USERNAME>" -e "KIBANA_PASSWORD=<your KIBANA_PASSWORD>" -- npx -y @tocharianou/mcp-server-kibanaReplace each placeholder with your own value before saving.
[mcp_servers.kibana]
command = "npx"
args = ["-y", "@tocharianou/mcp-server-kibana"]
[mcp_servers.kibana.env]
KIBANA_URL = "<your KIBANA_URL>"
KIBANA_API_KEY = "<your KIBANA_API_KEY>"
KIBANA_USERNAME = "<your KIBANA_USERNAME>"
KIBANA_PASSWORD = "<your KIBANA_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.kibana]
command = "npx"
args = ["-y", "@tocharianou/mcp-server-kibana"]
[mcp_servers.kibana.env]
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
MCP_HTTP_PORT = "<your MCP_HTTP_PORT>"
KIBANA_URL = "<your KIBANA_URL>"
KIBANA_API_KEY = "<your KIBANA_API_KEY>"
KIBANA_USERNAME = "<your KIBANA_USERNAME>"
KIBANA_PASSWORD = "<your KIBANA_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kibana": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"kibana": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kibana": {
"command": "npx",
"args": [
"-y",
"@tocharianou/mcp-server-kibana"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"KIBANA_URL": "<your KIBANA_URL>",
"KIBANA_API_KEY": "<your KIBANA_API_KEY>",
"KIBANA_USERNAME": "<your KIBANA_USERNAME>",
"KIBANA_PASSWORD": "<your KIBANA_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TocharianOU%2Fkibana)<a href="https://mcptoplist.com/server/io.github.TocharianOU%2Fkibana"><img src="https://mcptoplist.com/badge/io.github.TocharianOU%2Fkibana.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
tocharianou
Other servers by tocharianou
View all tocharianou servers →Available versions (5)
| Version | Published |
|---|---|
| 0.10.0 | Aug 14, 2026 |
| 0.7.3 | Feb 3, 2026 |
| 0.7.2 | Feb 2, 2026 |
| 0.6.1 | Jan 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Kibana?
- Kibana is maintained by tocharianou, which publishes 4 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Kibana listed on the Official MCP Registry?
- Yes — Kibana is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Kibana have?
- MCP Toplist tracks 5 versions of Kibana, most recently published on Aug 14, 2026.
- Where can I find the source code for Kibana?
- The source code for Kibana is hosted at github.com/tocharianou/mcp-server-kibana.