Elasticsearch MCP Server
@sajitsasi
Elasticsearch MCP Server について
Elasticsearch MCP Server in Python
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"es_mcp_server": {
"command": "python",
"args": [
"configure_mcp_server.py",
"your_cloud_id",
"your_api_key"
]
}
}
}ツール
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
概要
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.
「データベース」の他のコンテンツ
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
コメント