kibana-mcp
About
Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
KIBANA_URL ELASTICSEARCH_URL KIBANA_API_KEY KIBANA_USERNAME KIBANA_PASSWORD KIBANA_SSL_VERIFYClaude Code
claude mcp add --env KIBANA_URL= --env ELASTICSEARCH_URL= --env KIBANA_API_KEY= --env KIBANA_USERNAME= --env KIBANA_PASSWORD= --env KIBANA_SSL_VERIFY= kibana-mcp -- uvx kibana-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"kibana-mcp","command":"uvx","args":["kibana-mcp"],"env":{"KIBANA_URL":"","ELASTICSEARCH_URL":"","KIBANA_API_KEY":"","KIBANA_USERNAME":"","KIBANA_PASSWORD":"","KIBANA_SSL_VERIFY":""}}'
JSON
{
"mcpServers": {
"kibana-mcp": {
"command": "uvx",
"args": [
"kibana-mcp"
],
"env": {
"KIBANA_URL": "",
"ELASTICSEARCH_URL": "",
"KIBANA_API_KEY": "",
"KIBANA_USERNAME": "",
"KIBANA_PASSWORD": "",
"KIBANA_SSL_VERIFY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.