Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
ElasticsearchMCP Server
Summary
Elastic's official MCP server — explore indexes, inspect mappings, and query Elasticsearch conversationally.
Features
- Query indexes in natural language via the Elasticsearch DSL
- List indexes and inspect field mappings
- Read-only by design for safe exploration
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Elastic's official MCP server connects an assistant to an Elasticsearch cluster, which is particularly valuable because the Query DSL is powerful and nobody remembers its syntax.
What it provides
- Index discovery. List indexes and data streams so the assistant knows what exists.
- Mapping inspection. Field names and types, which is what turns a vague question into a correct query.
- Search execution using the full Query DSL, generated from a natural-language description.
- Shard and cluster information for diagnosing health issues.
Where it is most useful
Log and observability data. Asking "show me errors from the payments service in the last hour grouped by status code" and getting an actual aggregation back is meaningfully faster than assembling the query by hand, and the assistant can iterate when the first attempt returns nothing.
Access
Read-only by design, authenticated with an API key scoped to the indexes you want reachable. Works against self-managed clusters, Elastic Cloud, and serverless projects. Runs via npx @elastic/mcp-server-elasticsearch.
Related MCP Servers
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.
