OpenSearch MCP Server
The OpenSearch project's own server for listing indices, reading mappings and running search queries.
Add it to your client
Officialpip 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.
Similar MCP servers
Elasticsearch MCP Server
MCP serverSearch Elasticsearch indices and read mappings through a Docker-run MCP server.
Brave Search MCP Server
MCP serverBrave's own server for web, image, video, news and local search from its independent index.
Serena
MCP serverLanguage-server backed code search and symbol-level editing for coding agents.

Comments(0)
Sign in to comment