Kibana MCP Server

A Kibana MCP server implementation that allows any MCP-compatible client (such as Claude Desktop) to access your Kibana instance via natural language or programmatic requests. Its 16 documented tools cover saved, api, object, kibana. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 79 · #16 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Kibana

before you install - you'll need

Set KIBANA_URL, KIBANA_API_KEY, KIBANA_USERNAME, KIBANA_PASSWORD, KIBANA_COOKIES, MCP_TRANSPORT, MCP_HTTP_PORT before connecting. KIBANA_DEFAULT_SPACE is optional or environment-specific per the README.

Claude Code

claude mcp add tocharianou-mcp-server-kibana -- npx -y @tocharianou/mcp-server-kibana

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tocharianou-mcp-server-kibana": {
      "command": "npx",
      "args": [
        "-y",
        "@tocharianou/mcp-server-kibana"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @tocharianou/mcp-server-kibana - published under the repo owner's npm scope (@tocharianou)

registry namespace io.github.TocharianOU is GitHub-verified and matches the repo owner

03 · What Kibana can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can execute custom Kibana API requests, list available Kibana spaces, list all API endpoints, and search saved objects (universal).

Capability map

Tools grouped from the project's README - what Kibana lets an agent do.

Saved

6 tools - e.g. Search saved objects (universal); Get single saved object; Create new saved object

vl_search_saved_objects · vl_get_saved_object · vl_create_saved_object · vl_update_saved_object · vl_bulk_update_saved_objects · vl_bulk_delete_saved_objects

Kibana

3 tools - e.g. Search API endpoints; List all API endpoints; Get API endpoint details

search_kibana_api_paths · list_all_kibana_api_paths · get_kibana_api_detail

read & search

2 tools - e.g. Get Kibana server status; List available Kibana spaces

get_status · get_available_spaces

Analyze

2 tools - e.g. Analyze saved object dependencies; Check impact before deletion

analyze_object_dependencies · analyze_deletion_impact

run & execute

1 tool - e.g. Execute custom Kibana API requests

execute_kb_api

Check

1 tool - e.g. Dashboard health check

check_dashboard_health

Scan

1 tool - e.g. Batch health scanning

scan_all_dashboards_health

Latest releases

v0.10.0 · 2026-08-14

Documentation-only release focused on retry safety of vl_create_saved_object: · The id parameter description now explains that omitting it makes retries unsafe: a retry after a timeout creates a second object with a…

v0.9.0 · 2026-07-19

@modelcontextprotocol/sdk 1.18.2 -> 1.29.0; zod 3.24.2 -> 3.25.76; added @cfworker/json-schema 4.1.1 (new SDK peer dependency). Fixes: McpServer capabilities were passed in the wrong constructor argument and silently…

v0.8.0 · 2026-07-19

sub-path KIBANA_URL 401 on non-root installations; x-elastic-internal-origin header for Kibana 9; Kibana 9 internal API access; corrected npm scope to @tocharianou/mcp-server-kibana. Install: npx…

04 · Who maintains Kibana

Kibana is maintained by tocharianou. We track 2 MCP servers from tocharianou - 2 actively maintained, 87 combined GitHub stars, oldest repo from Apr 2025. Full record: all servers from tocharianou.

  1. Elasticsearch Elasticsearch MCP Server with multi-version support (ES 5.x-9.x) and comprehensive API access ★ 8

05 · Facts

category
API integration - ranked #16 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-14)
registry
io.github.TocharianOU/kibana (active, first published 2026-01-23 · 4 versions)
packages
npm:@tocharianou/mcp-server-kibana · npm:@tocharianou/mcp-server-kibana

06 · Kibana FAQ

Is Kibana still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Kibana do?

With this server connected, an agent can execute custom Kibana API requests, list available Kibana spaces, list all API endpoints, and search saved objects (universal).

How do I install Kibana?

Run `npx -y @tocharianou/mcp-server-kibana`. The README documents 8 environment variables (KIBANA_URL, KIBANA_API_KEY, KIBANA_DEFAULT_SPACE…) to set first. Set KIBANA_URL, KIBANA_API_KEY, KIBANA_USERNAME, KIBANA_PASSWORD, KIBANA_COOKIES, MCP_TRANSPORT, MCP_HTTP_PORT before connecting. KIBANA_DEFAULT_SPACE is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Kibana run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Kibana

More API integration MCP servers · InvGate Service Desk · OpenAI Ads MCP · Transloadit Media Processing · Unulu · Notra

More TypeScript MCP servers · Tokenrip · Tolgee · Tomba MCP Server · Scopeblind MCP · Skills Board · see all