mcpbeat Sign in

Opensearch MCP Server

local only

Opensearch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 8 Aug 2026.

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

Installs per day peak 119 · avg 10 · -11% w/w
a month agotoday
54
Installs / week
npm · @mrfentmen/opensearch-mcp
0
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Opensearch MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add opensearch-mcp -- npx -y @mrfentmen/opensearch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "opensearch-mcp": {
      "args": [
        "-y",
        "@mrfentmen/opensearch-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.opensearch-mcp]
command = "npx"
args = ["-y", "@mrfentmen/opensearch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "opensearch-mcp": {
      "args": [
        "-y",
        "@mrfentmen/opensearch-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "opensearch-mcp": {
      "args": [
        "-y",
        "@mrfentmen/opensearch-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Opensearch MCP

same job, measured the same way
Meilisearch MCP
by mrfentmen

Search indexes, manage documents, check health and stats.

62 installs/wk local only
reMarkable MCP Server
by sammorrowdrums

Read, render, search, and manage reMarkable documents through MCP

579 installs/wk local only
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

147 installs/wk local only
Tripsy
by tripsyapp

Plan trips and manage itineraries, stays, transport, activities, expenses, and documents in Tripsy.

answering
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

558 installs/wk local only
Hong Kong CourtDB
by indotender

Search Hong Kong court cases and read judgment documents.

3 tools answering
Strutter AI
by strutterai

AI-powered RFP response management. Search Q&A libraries, draft responses, and upload documents.

answering
Supovia
by supovia

Manage websites, help documents and customer-support conversations with safe, scoped tools.

14 tools answering

Opensearch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Opensearch MCP?
Opensearch MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/opensearch-mcp was installed 54 times last week.
How do I connect Opensearch MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/opensearch-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Opensearch MCP?
The npm package @mrfentmen/opensearch-mcp was installed 54 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Opensearch MCP open source?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.