OpenSearch MCP Server
Related Servers
Alternatives to OpenSearch MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server for OpenSearch that enables AI assistants to interact with OpenSearch clusters through a standardized interface for search, index management, and cluster operations.977,891 PyPI151Apache 2.0
- AlicenseBqualityDmaintenanceA Model Context Protocol server implementation that enables natural language interactions with OpenSearch clusters, allowing users to search documents, analyze indices, and manage clusters through simple conversational commands.1411Apache 2.0
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to interact with OpenSearch, including searching indices, managing documents, creating and deleting indexes, checking cluster health, and monitoring statistics.23 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to interact with OpenSearch clusters for searching indices, retrieving mappings, and managing shards through the MCP protocol.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server for managing OpenSearch Dashboards, enabling AI assistants to create, manage, and inspect dashboards, visualizations, saved objects, and plugin features.1Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that supports STDIO, SSE and Streamable HTTP protocols for AI model interactions.5 npm1MIT
TDQS
Scored across 11 tools
Most tools have distinct purposes, but CountTool and SearchIndexTool both involve queries and could be confused without careful reading. The GenericOpenSearchApiTool is a catch-all that overlaps with all other tools, but it's intended for unsupported APIs.
All tool names use CamelCase and the 'Tool' suffix, but the verb/noun order is inconsistent: some start with verbs (GetShards, ListIndex, SearchIndex), others with nouns (ClusterHealth, DataDistribution), and some are generic (CountTool, ExplainTool). This mix reduces predictability.
With 11 tools, the server covers the main OpenSearch operations (cluster health, indexing, searching, analysis) without being overwhelming. The count is well-scoped for a search engine MCP server.
Core operations like listing indices, searching, counting, and explaining are covered. Missing dedicated tools for index creation/deletion and bulk operations, but the GenericOpenSearchApiTool fills these gaps, making the surface fairly complete.