Elasticsearch MCP Server
@sajitsasi
About Elasticsearch MCP Server
Elasticsearch MCP Server in Python
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"es_mcp_server": {
"command": "python",
"args": [
"configure_mcp_server.py",
"your_cloud_id",
"your_api_key"
]
}
}
}Tools
5Lists all indices in the Elasticsearch cluster
Gets the mappings for a specific index
Performs an Elasticsearch search with a provided query DSL
Performs a search with a simple query string
Gets statistics for a specific index
Overview
What is Elasticsearch MCP Server?
Elasticsearch MCP Server is an MCP (Model Context Protocol) server that provides tools and resources to interact with Elasticsearch clusters. It is designed for developers and AI agents using MCP-compatible clients like Claude.
How to use Elasticsearch MCP Server?
Install dependencies, set environment variables ES_CLOUD_ID and ES_API_KEY, then run python es_mcp_server.py. Optionally use configure_mcp_server.py to add the server to Claude's MCP settings.
Key features of Elasticsearch MCP Server?
- List all indices in the cluster
- Get mappings for a specific index
- Perform Elasticsearch searches with query DSL
- Search with a simple query string
- Access cluster and index statistics
Use cases of Elasticsearch MCP Server?
- Query Elasticsearch indices from an AI assistant like Claude
- Explore index mappings and settings automatically
- Run ad‑hoc searches without direct Elasticsearch access
FAQ from Elasticsearch MCP Server
What are the dependencies for Elasticsearch MCP Server?
Python 3.7+, the Elasticsearch Python client, and the MCP SDK are required. Elasticsearch cluster credentials (Cloud ID and API Key) must be provided.
How do I configure Elasticsearch MCP Server for Claude?
Run configure_mcp_server.py your_cloud_id your_api_key to add the server to Claude’s MCP settings file. After that, restart VS Code to apply the changes.
What tools and resources does Elasticsearch MCP Server offer?
Tools: list_indices, get_mappings, search, search_with_query_string, get_index_stats. Resources: elasticsearch://indices, elasticsearch://index/{index_name}, elasticsearch://mapping/{index_name}.
How can I test Elasticsearch MCP Server?
Use the provided test_es_mcp.sh script or start the server manually and test resources via Claude’s access_mcp_resource tool. A Python test script test_es_resources.py is also included.
What error handling is in place?
All resources catch connection issues, missing indices, and other exceptions, returning clear error messages instead of crashing.
More Databases MCP servers
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Comments