Medical Terminologies MCP
Rank #1,828io.github.SidneyBissoli/medical-terminologies-mcp
Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.
Medical Terminologies MCP is a Model Context Protocol (MCP) server published by sidneybissoli. It ranks #1,828 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Medical Terminologies MCP is listed across 4 registries — Official MCP, PulseMCP, Smithery and Glama, with 15 tracked versions. It was first listed on Jan 18, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 113,632 of 115,460 servers on MCP Toplist.
Use Medical Terminologies MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http medical-terminologies-mcp https://medical-terminologies-mcp.sidneybissoli.workers.dev/mcpclaude mcp add --transport http medical-terminologies-mcp https://medical.sidneybissoli.com/mcpclaude mcp add medical-terminologies-mcp -e "WHO_CLIENT_ID=<your WHO_CLIENT_ID>" -e "WHO_CLIENT_SECRET=<your WHO_CLIENT_SECRET>" -e "WHO_ICD11_RELEASE_ID=<your WHO_ICD11_RELEASE_ID>" -e "ENABLE_SNOMED_TOOLS=<your ENABLE_SNOMED_TOOLS>" -e "SNOMED_BASE_URL=<your SNOMED_BASE_URL>" -e "SNOMED_LANGUAGE=<your SNOMED_LANGUAGE>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y medical-terminologies-mcpReplace each placeholder with your own value before saving.
claude mcp add medical-terminologies-mcp -e "WHO_CLIENT_ID=<your WHO_CLIENT_ID>" -e "WHO_CLIENT_SECRET=<your WHO_CLIENT_SECRET>" -e "WHO_ICD11_RELEASE_ID=<your WHO_ICD11_RELEASE_ID>" -e "ENABLE_SNOMED_TOOLS=<your ENABLE_SNOMED_TOOLS>" -e "SNOMED_BASE_URL=<your SNOMED_BASE_URL>" -e "SNOMED_LANGUAGE=<your SNOMED_LANGUAGE>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y medical-terminologies-mcp --port 3000 --host 0.0.0.0Replace each placeholder with your own value before saving.
[mcp_servers.medical-terminologies-mcp]
url = "https://medical-terminologies-mcp.sidneybissoli.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.medical-terminologies-mcp]
url = "https://medical.sidneybissoli.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.medical-terminologies-mcp]
command = "npx"
args = ["-y", "medical-terminologies-mcp"]
[mcp_servers.medical-terminologies-mcp.env]
WHO_CLIENT_ID = "<your WHO_CLIENT_ID>"
WHO_CLIENT_SECRET = "<your WHO_CLIENT_SECRET>"
WHO_ICD11_RELEASE_ID = "<your WHO_ICD11_RELEASE_ID>"
ENABLE_SNOMED_TOOLS = "<your ENABLE_SNOMED_TOOLS>"
SNOMED_BASE_URL = "<your SNOMED_BASE_URL>"
SNOMED_LANGUAGE = "<your SNOMED_LANGUAGE>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.medical-terminologies-mcp]
command = "npx"
args = ["-y", "medical-terminologies-mcp", "--port", "3000", "--host", "0.0.0.0"]
[mcp_servers.medical-terminologies-mcp.env]
WHO_CLIENT_ID = "<your WHO_CLIENT_ID>"
WHO_CLIENT_SECRET = "<your WHO_CLIENT_SECRET>"
WHO_ICD11_RELEASE_ID = "<your WHO_ICD11_RELEASE_ID>"
ENABLE_SNOMED_TOOLS = "<your ENABLE_SNOMED_TOOLS>"
SNOMED_BASE_URL = "<your SNOMED_BASE_URL>"
SNOMED_LANGUAGE = "<your SNOMED_LANGUAGE>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://medical-terminologies-mcp.sidneybissoli.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://medical.sidneybissoli.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"medical-terminologies-mcp": {
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"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": {
"medical-terminologies-mcp": {
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp",
"--port",
"3000",
"--host",
"0.0.0.0"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"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": {
"medical-terminologies-mcp": {
"url": "https://medical-terminologies-mcp.sidneybissoli.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"medical-terminologies-mcp": {
"url": "https://medical.sidneybissoli.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"medical-terminologies-mcp": {
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"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.
{
"mcpServers": {
"medical-terminologies-mcp": {
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp",
"--port",
"3000",
"--host",
"0.0.0.0"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"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": {
"medical-terminologies-mcp": {
"type": "http",
"url": "https://medical-terminologies-mcp.sidneybissoli.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"medical-terminologies-mcp": {
"type": "http",
"url": "https://medical.sidneybissoli.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"medical-terminologies-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"medical-terminologies-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp",
"--port",
"3000",
"--host",
"0.0.0.0"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"medical-terminologies-mcp": {
"serverUrl": "https://medical-terminologies-mcp.sidneybissoli.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"medical-terminologies-mcp": {
"serverUrl": "https://medical.sidneybissoli.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"medical-terminologies-mcp": {
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"medical-terminologies-mcp": {
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp",
"--port",
"3000",
"--host",
"0.0.0.0"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"medical-terminologies-mcp": {
"url": "https://medical-terminologies-mcp.sidneybissoli.workers.dev/mcp"
}
}
}{
"mcpServers": {
"medical-terminologies-mcp": {
"url": "https://medical.sidneybissoli.com/mcp"
}
}
}{
"mcpServers": {
"medical-terminologies-mcp": {
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"medical-terminologies-mcp": {
"command": "npx",
"args": [
"-y",
"medical-terminologies-mcp",
"--port",
"3000",
"--host",
"0.0.0.0"
],
"env": {
"WHO_CLIENT_ID": "<your WHO_CLIENT_ID>",
"WHO_CLIENT_SECRET": "<your WHO_CLIENT_SECRET>",
"WHO_ICD11_RELEASE_ID": "<your WHO_ICD11_RELEASE_ID>",
"ENABLE_SNOMED_TOOLS": "<your ENABLE_SNOMED_TOOLS>",
"SNOMED_BASE_URL": "<your SNOMED_BASE_URL>",
"SNOMED_LANGUAGE": "<your SNOMED_LANGUAGE>",
"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.SidneyBissoli%2Fmedical-terminologies-mcp)<a href="https://mcptoplist.com/server/io.github.SidneyBissoli%2Fmedical-terminologies-mcp"><img src="https://mcptoplist.com/badge/io.github.SidneyBissoli%2Fmedical-terminologies-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
sidneybissoli
Other servers by sidneybissoli
- Banco Central do Brasil (BCB) — SGS Time Series MCP Server#2,381 · 12 vers
- IBGE Brasil MCP#2,394 · 7 vers
- Dados Abertos Senado BR MCP#3,639 · 7 vers
- ILO Labour Statistics (ILOSTAT)#7,790 · 5 vers
- Senado Br MCP#12,097 · 2 vers
- Cid10 Br MCP#14,295 · 3 vers
- UNESCO UIS — Education, Science & Culture Statistics (provenance-first)#20,631 · 1 ver
Available versions (15)
| Version | Published |
|---|---|
| 1.9.0 | Aug 31, 2026 |
| 1.8.0 | Aug 10, 2026 |
| 1.6.0 | Aug 9, 2026 |
| 1.5.6 | Jun 21, 2026 |
| 1.5.0 | May 13, 2026 |
| 1.4.2 | May 13, 2026 |
| 1.4.1 | May 12, 2026 |
| 1.4.0 | May 12, 2026 |
| 1.3.0 | May 11, 2026 |
| 1.2.1 | May 11, 2026 |
| 1.2.0 | May 10, 2026 |
| 1.1.1 | May 10, 2026 |
| 1.0.2 | Jan 19, 2026 |
| 1.0.1 | Jan 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Medical Terminologies MCP?
- Medical Terminologies MCP is maintained by sidneybissoli, which publishes 8 MCP servers (52 total versions) tracked on MCP Toplist.
- Is Medical Terminologies MCP listed on the Official MCP Registry?
- Yes — Medical Terminologies MCP is listed on the Official MCP Registry, alongside PulseMCP, Smithery and Glama.
- How many versions does Medical Terminologies MCP have?
- MCP Toplist tracks 15 versions of Medical Terminologies MCP, most recently published on Aug 31, 2026.
- Where can I find the source code for Medical Terminologies MCP?
- The source code for Medical Terminologies MCP is hosted at github.com/sidneybissoli/medical-terminologies-mcp.