OpenSearch MCP Server
@showjason
About OpenSearch MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"opensearch-mcp-server-showjason": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is OpenSearch MCP Server?
A Model Context Protocol (MCP) server that provides tools for interacting with an OpenSearch cluster. It lets you manage indices, monitor cluster health, and search documents through MCP‑compatible AI assistants.
How to use OpenSearch MCP Server?
Clone the repo, create a Python virtual environment, and install with uv. Configure a .env file with your OpenSearch host, username, and password. Run the server with uv run opensearch-mcp-server --port=<port>, then integrate it with Cursor or Claude Desktop using the provided MCP config snippets.
Key features of OpenSearch MCP Server
- List all indices in an OpenSearch cluster
- Get index mapping and settings
- Show cluster health status
- Retrieve cluster statistics
- Search documents
Use cases of OpenSearch MCP Server
- Use an AI assistant to check OpenSearch cluster health via natural language.
- Search for documents without writing raw queries.
- Automate index management tasks (e.g., inspecting mappings) through MCP tools.
FAQ from OpenSearch MCP Server
How does this server differ from elasticsearch-mcp-server?
It is inspired by elasticsearch-mcp-server but built specifically for OpenSearch, using OpenSearch endpoints and authentication.
What are the runtime dependencies?
Python, uv, and a running OpenSearch cluster. The server uses the uv package manager for installation.
Where does the data live?
All data stays in your OpenSearch cluster; the server only acts as a bridge between MCP clients and the cluster.
What transport or authentication does the server use?
The server listens on a configurable port for SSE (Server‑Sent Events) connections. Authentication is done via username/password set in the .env file.
Are there any known limitations?
The README does not mention specific limitations.
Frequently asked questions
How does this server differ from elasticsearch-mcp-server?
It is inspired by elasticsearch-mcp-server but built specifically for OpenSearch, using OpenSearch endpoints and authentication.
What are the runtime dependencies?
Python, `uv`, and a running OpenSearch cluster. The server uses the `uv` package manager for installation.
Where does the data live?
All data stays in your OpenSearch cluster; the server only acts as a bridge between MCP clients and the cluster.
What transport or authentication does the server use?
The server listens on a configurable port for SSE (Server‑Sent Events) connections. Authentication is done via username/password set in the `.env` file.
Are there any known limitations?
The README does not mention specific limitations.
Basic information
More Databases MCP servers
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck

Redis
modelcontextprotocolModel Context Protocol Servers
Comments