Search
Verified
Trust: 54/100 (Fair)Elasticsearch MCP Guide
Search and index documents in Elasticsearch. Run aggregations, manage indexes, and perform full-text search.
378 stars 13,200 downloadsby Elastic
Quick Start
Install
npx @mcp/elasticsearchClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"elasticsearch-mcp": {
"command": "npx",
"args": [
"@mcp/elasticsearch"
]
}
}
}What Elasticsearch MCP Can Do
search
Full-text search across indexes
index_documents
Index new documents
aggregations
Run analytics aggregations
Permissions Required
Elasticsearch MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
elasticsearch.read | Read Elasticsearch data | low |
elasticsearch.write | Index and delete documents | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |