Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
OpenSearch MCP Server logo
MCP server

OpenSearch MCP Server

The OpenSearch project's own server for listing indices, reading mappings and running search queries.

0
SaveVisit website ↗

Add it to your client

Official
Install
pip install opensearch-mcp-server-py
Transport
both
Runtime
Python
Auth
Required
License
Apache-2.0

Maintained inside the OpenSearch project itself, this server gives an agent the operations you would otherwise reach for through the REST API: enumerate indices, fetch a mapping to learn what fields exist, run a search body, and pull cluster and shard health. Both stdio and streaming HTTP transports are supported, and it authenticates against either a self-managed cluster or Amazon OpenSearch Service. Reading the mapping first is the part that changes results — query DSL written against a guessed field name fails silently often enough to matter.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?