MoleCare MCP Server
Rank #4,718io.github.MoleCare/molecare-mcp
Educational dermatology knowledge and mole tracking. No credentials needed. Not a medical device.
MoleCare MCP Server is a Model Context Protocol (MCP) server published by MoleCare. It ranks #4,718 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. MoleCare MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 24, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 127,328 of 132,046 servers on MCP Toplist.
Use MoleCare MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add molecare-mcp -e "MOLECARE_API_URL=<your MOLECARE_API_URL>" -e "MOLECARE_API_KEY=<your MOLECARE_API_KEY>" -e "MLFLOW_TRACKING_URI=<your MLFLOW_TRACKING_URI>" -e "AWS_REGION=<your AWS_REGION>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y molecare-mcpReplace each placeholder with your own value before saving.
[mcp_servers.molecare-mcp]
command = "npx"
args = ["-y", "molecare-mcp"]
[mcp_servers.molecare-mcp.env]
MOLECARE_API_URL = "<your MOLECARE_API_URL>"
MOLECARE_API_KEY = "<your MOLECARE_API_KEY>"
MLFLOW_TRACKING_URI = "<your MLFLOW_TRACKING_URI>"
AWS_REGION = "<your AWS_REGION>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"molecare-mcp": {
"command": "npx",
"args": [
"-y",
"molecare-mcp"
],
"env": {
"MOLECARE_API_URL": "<your MOLECARE_API_URL>",
"MOLECARE_API_KEY": "<your MOLECARE_API_KEY>",
"MLFLOW_TRACKING_URI": "<your MLFLOW_TRACKING_URI>",
"AWS_REGION": "<your AWS_REGION>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"molecare-mcp": {
"command": "npx",
"args": [
"-y",
"molecare-mcp"
],
"env": {
"MOLECARE_API_URL": "<your MOLECARE_API_URL>",
"MOLECARE_API_KEY": "<your MOLECARE_API_KEY>",
"MLFLOW_TRACKING_URI": "<your MLFLOW_TRACKING_URI>",
"AWS_REGION": "<your AWS_REGION>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"molecare-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"molecare-mcp"
],
"env": {
"MOLECARE_API_URL": "<your MOLECARE_API_URL>",
"MOLECARE_API_KEY": "<your MOLECARE_API_KEY>",
"MLFLOW_TRACKING_URI": "<your MLFLOW_TRACKING_URI>",
"AWS_REGION": "<your AWS_REGION>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"molecare-mcp": {
"command": "npx",
"args": [
"-y",
"molecare-mcp"
],
"env": {
"MOLECARE_API_URL": "<your MOLECARE_API_URL>",
"MOLECARE_API_KEY": "<your MOLECARE_API_KEY>",
"MLFLOW_TRACKING_URI": "<your MLFLOW_TRACKING_URI>",
"AWS_REGION": "<your AWS_REGION>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"molecare-mcp": {
"command": "npx",
"args": [
"-y",
"molecare-mcp"
],
"env": {
"MOLECARE_API_URL": "<your MOLECARE_API_URL>",
"MOLECARE_API_KEY": "<your MOLECARE_API_KEY>",
"MLFLOW_TRACKING_URI": "<your MLFLOW_TRACKING_URI>",
"AWS_REGION": "<your AWS_REGION>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MoleCare%2Fmolecare-mcp)<a href="https://mcptoplist.com/server/io.github.MoleCare%2Fmolecare-mcp"><img src="https://mcptoplist.com/badge/io.github.MoleCare%2Fmolecare-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
MoleCare
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Sep 9, 2026 |
| 1.0.2 | Aug 24, 2026 |
Frequently asked questions
- Who maintains MoleCare MCP Server?
- MoleCare MCP Server is maintained by MoleCare, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is MoleCare MCP Server listed on the Official MCP Registry?
- Yes — MoleCare MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does MoleCare MCP Server have?
- MCP Toplist tracks 2 versions of MoleCare MCP Server, most recently published on Sep 9, 2026.
- Where can I find the source code for MoleCare MCP Server?
- The source code for MoleCare MCP Server is hosted at github.com/MoleCare/molecare-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.