mcpbeat Sign in

MCP Terminology MCP Server

local only

MCP Terminology runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from pypi. Last commit 21 Jun 2026.

LOINC/SNOMED CT/RxNorm/ICD-10 lookup, search, translation and ValueSet expansion via FHIR.

Installs per day peak 15 · avg 6 · -10% w/w
a month agotoday
52
Installs / week
pypi · mcp-terminology
0
Stars
0 open issues
21 Jun 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/mcp_terminology/__init__.py:1, [пакет] src/mcp_terminology/constants.py:1, [пакет] src/mcp_terminology/server.py:1 и ещё 7
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: TERMINOLOGY_BASE_URL (Base URL of the FHIR terminology server (default: https://tx.fhir.org/r4)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Terminology

same job, measured the same way
Translatize
by translatize

Read, search, edit and branch Translatize translation labels and fill missing translations.

54 installs/wk local only
Earnings Feed
by earningsfeed

SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.

answering
Openlex MCP
by malkreide

Canton Zurich legislation via ZH-Lex with full-text search and article extraction

131 installs/wk local only
Icd MCP
by stayce

WHO ICD-10/ICD-11 diagnosis codes. Lookup, search, chapters via official WHO API.

1 tools answering
Kasahorow
by kasahorow

Bilingual dictionary lookup and translation validation for kasahorow Fellows.

2 tools answering
US Code of Federal Regulations
by mccallar

Look up, search, and track changes to the US Code of Federal Regulations (eCFR).

322 installs/wk local only
Shepherd Bible API
by simplecohortllc-bible

Bible translations, books, chapters, verses, and search

5 tools answering
Simlir MCP Server
by simlir

Simlir MCP server for semantic product search, visual search, and exact product lookup.

29 installs/wk local only

MCP Terminology — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Terminology?
MCP Terminology 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 pypi package mcp-terminology was installed 52 times last week.
How do I connect MCP Terminology?
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 mcp-terminology straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Terminology?
The pypi package mcp-terminology was installed 52 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Terminology open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.