CuratedMCP
⌨️
Cursor
Free

How to Install Elastic Cloud MCP in Cursor

Official Elastic Cloud integration — search, observability, and analytics across Elasticsearch and Kibana

What Elastic Cloud MCP does

The official Elastic Cloud MCP server gives AI agents access to search, logs, metrics, and analytics on Elastic Cloud. It can query indexes, inspect dashboards, and surface observability alerts. Features: - Search Elasticsearch indexes and run analytics queries - Inspect Kibana dashboards and visualisations - Query logs, metrics, and traces - Manage index templates and ingest pipelines - Set up alerts and anomaly detection jobs - Explore schema mappings and field usage Elastic Cloud MCP is built for teams using Elastic for search and observability who want AI to interact with their deployment safely.

elastic
elasticsearch
kibana
search
logs

Installation steps

  1. 1Copy the config below
  2. 2Open or create .cursor/mcp.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Cursor or reload the window

Configuration

File location: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)

.cursor/mcp.jsonjson
{
  "elasticCloudMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@elastic/mcp"
    ],
    "env": {
      "ELASTICSEARCH_URL": "https://example.es.amazonaws.com",
      "ELASTICSEARCH_API_KEY": "..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Elastic Cloud MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/elastic-cloud-mcp)](https://curatedmcp.com/marketplace/elastic-cloud-mcp)