Community MCP server for Elasticsearch search engine. Agents can perform full-text search queries, run aggregations and analytics, manage indexes and mappings, and perform CRUD operations on documents. Supports complex queries with filters, highlights, and suggestions. Ideal for agents that need powerful search capabilities across large datasets, log analysis, and content discovery.
npx -y @elastic/mcp-server-elasticsearch
{
"mcpServers": {
"elasticsearch": {
"env": {
"ES_URL": "http://localhost:9200",
"ES_API_KEY": "your-api-key"
},
"args": [
"-y",
"@elastic/mcp-server-elasticsearch"
],
"command": "npx"
}
}
}Tool details coming soon. This server has 6 tools available.
Community MCP server for Elasticsearch search engine. Agents can perform full-text search queries, run aggregations and analytics, manage indexes and mappings, and perform CRUD operations on documents. Supports complex queries with filters, highlights, and suggestions. Ideal for agents that need powerful search capabilities across large datasets, log analysis, and content discovery.
Elasticsearch has 6 tools available.
Yes, Elasticsearch is completely free to use with no usage limits on the free tier.
You can install Elasticsearch using the following command: npx -y @elastic/mcp-server-elasticsearch. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Elasticsearch is listed under the Data & Analytics category in the AgentForge MCP registry.
Elasticsearch has a current uptime of 99.88% with an average response time of 25ms.
To connect Elasticsearch, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Elasticsearch's tools via the Model Context Protocol.