PluginBench
MCP Server
Active

io.github.mrfentmen/opensearch-mcp MCP Server

io.github.mrfentmen/opensearch-mcp

What is the io.github.mrfentmen/opensearch-mcp MCP server?

Search OpenSearch indices, manage documents, check health and stats.

How to install io.github.mrfentmen/opensearch-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OPENSEARCH_URL

    OpenSearch server URL (default: http://localhost:9200)

  • OPENSEARCH_API_KEY
    secret

    OpenSearch API key for authentication

  • OPENSEARCH_USERNAME

    OpenSearch username for basic auth

  • OPENSEARCH_PASSWORD
    secret

    OpenSearch password for basic auth

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "opensearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/opensearch-mcp"
      ],
      "env": {
        "OPENSEARCH_URL": "<YOUR_OPENSEARCH_URL>",
        "OPENSEARCH_API_KEY": "<YOUR_OPENSEARCH_API_KEY>",
        "OPENSEARCH_USERNAME": "<YOUR_OPENSEARCH_USERNAME>",
        "OPENSEARCH_PASSWORD": "<YOUR_OPENSEARCH_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "opensearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/opensearch-mcp"
      ],
      "env": {
        "OPENSEARCH_URL": "<YOUR_OPENSEARCH_URL>",
        "OPENSEARCH_API_KEY": "<YOUR_OPENSEARCH_API_KEY>",
        "OPENSEARCH_USERNAME": "<YOUR_OPENSEARCH_USERNAME>",
        "OPENSEARCH_PASSWORD": "<YOUR_OPENSEARCH_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "opensearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/opensearch-mcp"
      ],
      "env": {
        "OPENSEARCH_URL": "<YOUR_OPENSEARCH_URL>",
        "OPENSEARCH_API_KEY": "<YOUR_OPENSEARCH_API_KEY>",
        "OPENSEARCH_USERNAME": "<YOUR_OPENSEARCH_USERNAME>",
        "OPENSEARCH_PASSWORD": "<YOUR_OPENSEARCH_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "opensearch-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/opensearch-mcp"
      ],
      "env": {
        "OPENSEARCH_URL": "<YOUR_OPENSEARCH_URL>",
        "OPENSEARCH_API_KEY": "<YOUR_OPENSEARCH_API_KEY>",
        "OPENSEARCH_USERNAME": "<YOUR_OPENSEARCH_USERNAME>",
        "OPENSEARCH_PASSWORD": "<YOUR_OPENSEARCH_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add opensearch-mcp --env OPENSEARCH_URL=<YOUR_OPENSEARCH_URL> --env OPENSEARCH_API_KEY=<YOUR_OPENSEARCH_API_KEY> --env OPENSEARCH_USERNAME=<YOUR_OPENSEARCH_USERNAME> --env OPENSEARCH_PASSWORD=<YOUR_OPENSEARCH_PASSWORD> -- npx -y @mrfentmen/opensearch-mcp

Related MCP servers

Control Adobe Premiere Pro video editing via ExtendScript.

0
TypeScript
View repository →

Control GIMP image editing via Python-Fu scripting from AI agents.

0
TypeScript
View repository →

Search indexes, manage documents, check health and stats.

0
TypeScript
View repository →

Query Mixpanel events, funnels, retention, cohorts, and user profiles.

0
TypeScript
View repository →

Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.

0
TypeScript
View repository →

Read, write, and analyze screenplays in Fountain format.

0
TypeScript
View repository →