以官方 **TypeScript MCP SDK**(`@modelcontextprotocol/sdk`)建構的 Node.js 伺服器,對外提供 **49 個工具**,涵蓋 11 個工具群組。專為高吞吐量的生產級 SaaS 部署設計。
以官方 TypeScript MCP SDK(@modelcontextprotocol/sdk)建構的 Node.js 伺服器,對外提供 49 個工具,涵蓋 11 個工具群組。專為高吞吐量的生產級 SaaS 部署設計。. The taiwan health mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 8 defined tools rather than through you.
The server ships on npm as npm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
nginx — 單一對外入口,預設 :8080(WEB_PORT)web — Next.js 前端:公開頁面 + /admin 管理後台 SPAapp — Node MCP 伺服器 + 管理後台 REST API(node dist/server.js;只在內部網路,不對主機開埠)admin-worker — 背景工作執行器(所有匯入與嵌入工作,node dist/admin/adminWorker.js)postgres — PostgreSQL 16 + pgvectorpgbouncer — 連線池(transaction mode)redis — 回應快取ICD-10 — search_medical_codes、infer_complications、get_nearby_codes、check_medical_conflict、browse_icd_categoryYou will need one environment variable: ADMIN_SESSION_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Taiwan Health MCP's toolset — nginx, web, app and 5 more — is a fair guide to whether it matches your workflow. It is maintained by healthymind-tech; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Taiwan Health MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| nginx | **單一對外入口**,預設 :8080(WEB_PORT) |
| web | Next.js 前端:公開頁面 + /admin 管理後台 SPA |
| app | Node MCP 伺服器 + 管理後台 REST API(node dist/server.js;只在內部網路,不對主機開埠) |
| admin-worker | 背景工作執行器(所有匯入與嵌入工作,node dist/admin/adminWorker.js) |
| postgres | PostgreSQL 16 + pgvector |
| pgbouncer | 連線池(transaction mode) |
| redis | 回應快取 |
| ICD-10 | search_medical_codes、infer_complications、get_nearby_codes、check_medical_conflict、browse_icd_category |
{
"mcpServers": {
"taiwan-health": {
"command": "npx",
"args": ["-y", "npm"],
"env": {
"ADMIN_SESSION_SECRET": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| ADMIN_SESSION_SECRET | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.