Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration
Kibana MCP Server (io.github.TocharianOU/kibana)
The io.github.TocharianOU/kibana Model Context Protocol (MCP) server provides a Kibana MCP server implementation with dynamic API discovery and comprehensive Elastic Stack integration. Its packaged documentation excerpt indicates availability via npm and includes references to security assessment and DeepWiki.
๐ ๏ธ Key Features
Dynamic API discovery for Kibana
Elastic Stack integration (comprehensive, per description)
๐ Use Cases
Building MCP-enabled integrations around Kibana APIs
Working with Elastic Stack resources through Kibana connectivity
โก Developer Benefits
Exposes Kibana-related capabilities via MCP
Supports discovery of available APIs dynamically
โ ๏ธ Limitations
No tool count or specific supported operations are provided in the available source excerpt
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.
This project is based on the official Elastic Kibana API documentation and uses the OpenAPI YAML specification from Elastic Stack 8.x. For details, see the Kibana API documentation.
This project is community-maintained and is not an official product of Elastic or MCP.
๐ก Companion Project: For complete Elastic Stack integration, pair this with Elasticsearch MCP Server for direct Elasticsearch data operations.
๐ Installation
bash
# Global installation (recommended)
npm install -g @tocharianou/mcp-server-kibana
# Or use directly with npx
npx @tocharianou/mcp-server-kibana
From Source
bash
git clone https://github.com/TocharianOU/mcp-server-kibana.git
cd mcp-server-kibana
npm install && npm run build