mcpbeat Sign in

Molecare MCP Server

local only

Molecare MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 21 Sep 2026.

Educational dermatology knowledge and mole tracking. No credentials needed. Not a medical device.

Installs per day peak 434 · avg 14
a month agotoday
42
Installs / week
npm · molecare-mcp
4
Stars
9 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Molecare 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 molecare-mcp -- npx -y molecare-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "molecare-mcp": {
      "args": [
        "-y",
        "molecare-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.molecare-mcp]
command = "npx"
args = ["-y", "molecare-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "molecare-mcp": {
      "args": [
        "-y",
        "molecare-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "molecare-mcp": {
      "args": [
        "-y",
        "molecare-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MOLECARE_API_URL (Base URL of a MoleCare-compatible HTTP API. Omit to run in mock mode with synthetic data.), MOLECARE_API_KEY (API key for the MoleCare API. Only needed when MOLECARE_API_URL points at a real backend.), MLFLOW_TRACKING_URI (MLflow tracking server for experiment and model-run tools. Mocked when unset.), AWS_REGION (AWS region for EC2 and CloudWatch operations tools. Credentials come from the standard AWS chain.), LOG_LEVEL (Logging verbosity (error, warn, info, debug).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Molecare MCP

same job, measured the same way
Credcycle
by artificl

Provider credentialing & payer-enrollment tracking for medical practices — read-only demo tools.

5 tools answering
Financier docs
by financier

Search and read Financier's developer documentation. No credentials needed.

2 tools answering
Apology
by pipeworx-io

apology MCP — wraps StupidAPIs (keyless — no credential needed)

37 tools answering
Uplink
by uplink

Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.

402 installs/wk local only
Quantustik
by quantustik

Live S&P 500 quantum-model signals, forecasts and trade plans. Educational, not financial advice.

34 installs/wk 26 tools answering
Knowledge Graph MCP
by zcsabbagh

Knowledge graph MCP for student learning with spaced repetition and mastery tracking

57 installs/wk local only
Corporate Apology
by pipeworx-io

corporate-apology MCP — wraps StupidAPIs (keyless — no credential needed)

32 tools answering
China NMPA Medical Device Data
by huangjunsong404-crypto

Structured China NMPA UDI data for AI agents: devices, registrants, models and registration numbers.

6 tools answering

Molecare MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Molecare MCP?
Molecare 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 molecare-mcp was installed 42 times last week.
How do I connect Molecare 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 molecare-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Molecare MCP?
The npm package molecare-mcp was installed 42 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 Molecare MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 4 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.