LogoFindMcp
Logo of Elasticsearch MCP Server

Elasticsearch MCP Server

Elasticsearch MCP Server provides Elasticsearch interaction through a Model Context Protocol, enabling document search and cluster management.

Introduction

Elasticsearch MCP Server

A Model Context Protocol (MCP) server for Elasticsearch interaction, enabling document search, index analysis, and cluster management.

Key Features:
  • Index Operations:
    • list_indices: Lists all indices in the Elasticsearch cluster.
    • get_mapping: Retrieves the mapping configuration for a specific index.
    • get_settings: Gets the settings configuration for a specific index.
  • Document Operations:
    • search_documents: Searches documents in an index using Elasticsearch Query DSL.
  • Cluster Operations:
    • get_cluster_health: Retrieves the health status of the cluster.
    • get_cluster_stats: Retrieves statistical information about the cluster.
Use Cases:
  • Integrating Elasticsearch with Claude Desktop for natural language querying.
  • Automating Elasticsearch administration tasks.
  • Building custom search interfaces and analytics dashboards.

Newsletter

Join the Community

Subscribe to our newsletter for the latest news and updates