Elasticsearch MCP Server
@elastic
About Elasticsearch MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-elasticsearch": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"\\"
]
}
}
}Tools
5List all available Elasticsearch indices
Get field mappings for a specific Elasticsearch index
Perform an Elasticsearch search using query DSL
Execute an ES|QL query
Get shard information for all or specific indices
Overview
What is Elasticsearch MCP Server?
The Elasticsearch MCP Server connects AI agents to Elasticsearch data using the Model Context Protocol (MCP), enabling natural language interactions with indices for querying, analysis, and retrieval without custom APIs. This server is deprecated and will only receive critical security updates; it has been superseded by the Elastic Agent Builder MCP endpoint (available in Elastic 9.2.0+ and Elasticsearch Serverless).
How to use Elasticsearch MCP Server?
Deploy the server as a Docker container from AWS Marketplace, then configure it to use either the stdio protocol (direct client communication) or the streamable-HTTP protocol (web-based integrations). Set environment variables (ES_URL, ES_API_KEY or ES_USERNAME/ES_PASSWORD) and run with docker run -i --rm docker.elastic.co/mcp/elasticsearch stdio (or http for HTTP mode).
Key features of Elasticsearch MCP Server
list_indices: List all available Elasticsearch indicesget_mappings: Get field mappings for a specific indexsearch: Execute a query DSL searchesql: Run an ES|QL queryget_shards: Obtain shard information for indices- Supports stdio and streamable-HTTP transports
Use cases of Elasticsearch MCP Server
- Natural language querying of Elasticsearch via AI agents (e.g., Claude Desktop, Cursor, VS Code)
- Automated data retrieval and analysis without creating custom APIs
- Integrating Elasticsearch data into AI-powered workflows and chatbots
- Building search and analytics applications with natural language interfaces
FAQ from Elasticsearch MCP Server
Is the Elasticsearch MCP Server still supported?
This server is deprecated and will only receive critical security updates. It has been superseded by the Elastic Agent Builder MCP endpoint, available in Elastic 9.2.0+ and Elasticsearch Serverless.
How do I authenticate to Elasticsearch?
Set either ES_API_KEY (API key) or both ES_USERNAME and ES_PASSWORD (basic authentication) as environment variables when running the container.
What protocols does the server support?
The server supports stdio (for direct client connections) and streamable-HTTP (for web-based integrations). Server-Sent Events (SSE) is deprecated—use streamable-HTTP instead.
What are the prerequisites to run the server?
You need an Elasticsearch cluster (8.x or 9.x), Docker installed, an MCP client, and network connectivity between the container and your Elasticsearch cluster. Authentication credentials (API key or username/password) are required.
Where does my data reside?
All data remains in your Elasticsearch cluster; the container does not store data locally. The server communicates with Elasticsearch over HTTPS when using an https:// URL.
More Databases MCP servers
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Comments