Kibana
Rank #5,488io.github.TocharianOU/kibana
Provides direct access to Kibana's API endpoints for querying server status, executing custom requests, and exploring available endpoints through a searchable interface for monitoring Elasticsearch clusters, managing visualizations, and troubleshooting deployments.
Kibana is a Model Context Protocol (MCP) server published by tocharianou. It ranks #5,488 of 76,851 servers tracked on MCP Toplist, and its repository has 73 GitHub stars. Kibana is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on May 2, 2025 and most recently updated on Feb 3, 2026.
Ranks ahead of 71,363 of 76,851 servers on MCP Toplist.
Use Kibana
Add Kibana to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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.
Listed on 1 registry (3 delisted)
tocharianou
Other servers by tocharianou
View all tocharianou servers →Available versions (4)
| Version | Published |
|---|---|
| 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 (10 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 4 versions of Kibana, most recently published on Feb 3, 2026.
- Where can I find the source code for Kibana?
- The source code for Kibana is hosted at github.com/tocharianou/mcp-server-kibana.