Opensearch Mcp Server Py
@opensearch-project
About Opensearch Mcp Server Py
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"opensearch": {
"command": "uvx",
"args": [
"opensearch-mcp-server-py"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Opensearch Mcp Server Py?
Opensearch Mcp Server Py is a Model Context Protocol (MCP) server for OpenSearch that enables AI assistants to interact with OpenSearch clusters. It provides a standardized interface for AI models to perform operations like searching indices, retrieving mappings, and managing shards through both stdio and streaming (SSE/Streamable HTTP) protocols.
How to use Opensearch Mcp Server Py?
Install it via pip (pip install opensearch-mcp-server-py) and start the server with uvx opensearch-mcp-server-py. No environment variables are required; agents provide connection details dynamically on each tool call.
Key features of Opensearch Mcp Server Py
- Seamless integration with AI assistants and LLMs through the MCP protocol
- Supports stdio and streaming server transports (SSE and Streamable HTTP)
- Dynamic per-call connection parameters for targeting different clusters
- Easy integration with Claude Desktop and LangChain
- Secure authentication using basic auth, IAM roles, header-based auth, and mTLS
Use cases of Opensearch Mcp Server Py
- Perform OpenSearch operations through AI assistants
- Monitor cluster health and shard allocation
- Search and analyze OpenSearch indices using query DSL
- Integrate with Claude Desktop and LangChain
- Manage search relevance configurations and query sets
FAQ from Opensearch Mcp Server Py
What transport protocols does the server support?
It supports both stdio and streaming (SSE and Streamable HTTP) protocols.
How do I install and run the server?
Install via `pip install
Frequently asked questions
What transport protocols does the server support?
It supports both stdio and streaming (SSE and Streamable HTTP) protocols.
How do I install and run the server?
Install via `pip install
Basic information
More Databases MCP servers
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases

Sqlite
modelcontextprotocolModel Context Protocol Servers
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
Comments