mcpbeat

Oorep MCP Server

by dhi13man
local only

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

MCP server and TypeScript SDK for OOREP homeopathic repertory and materia medica reference data.

274
Installs / week
npm · oorep-mcp
3
Stars
0 open issues
3 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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 oorep-mcp -- npx -y oorep-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oorep-mcp": {
      "args": [
        "-y",
        "oorep-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oorep-mcp]
command = "npx"
args = ["-y", "oorep-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oorep-mcp": {
      "args": [
        "-y",
        "oorep-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oorep-mcp": {
      "args": [
        "-y",
        "oorep-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Oorep MCP

same job, measured the same way
boxpdf
by earonesty

Resource-only MCP server with docs and templates for the boxpdf TypeScript PDF layout library.

231 installs/wk local only
MCP Server Template
by qmmughal

Production-grade MCP Server Template for TypeScript and Node.js.

35 installs/wk local only
MCP React Toolkit
by nishant-chaudhary5338

9 MCP servers for React/TypeScript — dep auditing, a11y, test gen, and TypeScript enforcement.

66 installs/wk local only
Overseerr MCP
by tootie

MCP server for Overseerr media requests and discovery.

48 installs/wk local only
I
Bearing Local Business
by nickoc

Reference MCP server: a demo bakery agents can query for hours, menu, availability, and orders.

25 installs/wk local only
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

52 installs/wk local only
Whoop
by shashankswe2020-ux

MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and trends.

122 installs/wk local only
Carsxe MCP
by carsxe

MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes.

answering

Oorep MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Oorep MCP?
Oorep 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 oorep-mcp was installed 274 times last week.
How do I connect Oorep 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 oorep-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Oorep MCP?
The npm package oorep-mcp was installed 274 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oorep MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.