Molecare MCP

Model Context Protocol (MCP) server that gives Claude and other MCP clients access to. Its 14 documented tools cover medical, risk, factors, condition. It runs locally over stdio via the published package.

People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 3 · #56 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Molecare MCP

before you install - you'll need

Set MOLECARE_API_URL, MOLECARE_API_KEY before connecting.

Claude Code

claude mcp add molecare-molecare-mcp -- npx -y molecare-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "molecare-molecare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "molecare-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package molecare-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.MoleCare is GitHub-verified and matches the repo owner

03 · What Molecare MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search the dermatology knowledge base, search conditions by name or description, map a SNOMED CT code to ICD-10, and list moles for a user id.

Capability map

Tools grouped from the project's README - what Molecare MCP lets an agent do.

Medical

3 tools - e.g. Search the dermatology knowledge base; Look up a SNOMED CT concept; Search conditions by name or description

search_medical_info · lookup_medical_concept · search_medical_concepts

Condition

2 tools - e.g. Known risk factors for a condition; Typical progression stages for a condition

get_condition_risk_factors · get_condition_progression

User

2 tools - e.g. List moles for a user id; A user's risk profile

get_user_moles · get_user_risk_factors

Mole

2 tools - e.g. Analysis payload for a mole; Change history for a mole

get_mole_analysis · get_mole_changes

Map

1 tool - e.g. Map a SNOMED CT code to ICD-10

map_snomed_to_icd10

Classify

1 tool - e.g. ABCDE-style feature descriptors for a lesion

classify_lesion_features

Assess

1 tool - e.g. Educational risk scoring from stated risk factors

assess_risk_from_factors

read & search

1 tool - e.g. Malignant skin conditions with codes

get_malignant_conditions

04 · Who maintains Molecare MCP

molecare-mcp is maintained by molecare. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
science & health - ranked #56 of 60 actively-maintained science & health servers as of 2026-08-25.
registry
io.github.MoleCare/molecare-mcp (active, first published 2026-08-24)
packages
npm:molecare-mcp

06 · Molecare MCP FAQ

Is Molecare MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

What can Molecare MCP do?

With this server connected, an agent can search the dermatology knowledge base, search conditions by name or description, map a SNOMED CT code to ICD-10, and list moles for a user id.

How do I install Molecare MCP?

Run `npx -y molecare-mcp`. The README documents 2 environment variables (MOLECARE_API_URL, MOLECARE_API_KEY) to set first. Set MOLECARE_API_URL, MOLECARE_API_KEY before connecting. You can also paste the ready-made client config above.

Does Molecare MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Molecare MCP

More science & health MCP servers · Data Aggregator · Pubcrawl · Redacta MCP · DICOM/HL7/FHIR Interoperability MCP Server · Omophub MCP

More TypeScript MCP servers · Molpha MCP · Monday Com · Commit Lore · MongoDB MCP Server · REA · see all