Elasticsearch MCP Server
| Tool name | Description | Destructive? |
|---|---|---|
| list_indices | ✓ no | |
| get_mappings | ✓ no | |
| search | ✓ no | |
| elasticsearch_health | ✓ no | |
| create_index | ✓ no |
| create_mapping | ✓ no | |
| bulk | ✓ no | |
| reindex | ✓ no | |
| create_index_template | ✓ no | |
| get_index_template | ✓ no | |
| delete_index_template⚠ | ⚠ yes |
{
"mcpServers": {
"awesome-aielasticsearch": {
"command": "npx",
"args": [
"-y",
"@awesome-ai/elasticsearch-mcp"
]
}
}
}