The opensearch-mcp-server-py connects AI agents to OpenSearch clusters. It exposes search, index, and document management tools. It integrates with OpenSearch APIs for querying and data manipulation. Developers use it to build AI-driven search and analytics applications.
The opensearch-mcp-server-py connects AI agents to OpenSearch clusters. It exposes search, index, and document management tools. It integrates with OpenSearch APIs for querying and data manipulation. Developers use it to build AI-driven search and analytics applications.
pip install opensearch-mcp-server-pyAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"opensearch-project-opensearch-mcp-server-py-github": {
"command": "uvx",
"args": [
"pip install opensearch-mcp-server-py"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from opensearch py?"
API Key Required
This server requires an API key from opensearch py. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| OPENSEARCH_PY_API_KEY | Yes | Your opensearch py API key |
"What resources are available in opensearch py?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in opensearch py"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in opensearch py with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.