healthcare-mcp-public
by Cicatriiz·★ 115·综合分 44
Healthcare MCP Server 为 AI 助手提供权威医疗数据访问,包括 FDA 药品、PubMed、临床试验和医疗计算器。
概述
Healthcare MCP Server 是一个专业的 Node.js 实现,连接 AI 助手与全面的医疗资源。它提供了搜索 FDA 药品信息、PubMed 医学文献、临床试验、ICD-10 医疗代码等工具。该服务器具有高效的缓存、连接池和强大的错误处理功能,同时支持 stdio 和 HTTP/SSE 接口,便于灵活集成。数据来源包括 openFDA API、PubMed E-utilities 和 ClinicalTrials.gov 等权威资源。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
如果您需要构建需要权威最新医疗信息的医疗 AI 助手,例如来自 FDA、PubMed 和临床试验数据库的信息,请选择此服务器。
什么时候不要选它
不适用于需要实时患者数据或敏感病历访问的医疗应用,因为此服务器仅提供公共医疗数据库和参考信息的访问。
此 server 暴露的工具
从 README 抽取出 9 个工具fda_drug_lookupfda_drug_lookup(drug_name, search_type = "general")Search and retrieve comprehensive drug information from the FDA database
pubmed_searchpubmed_search(query, max_results = 5, date_range = "")Search medical literature from PubMed's database of scientific articles
health_topicshealth_topics(topic, language = "en")Access evidence-based health information from Health.gov
clinical_trials_searchclinical_trials_search(condition, status = "recruiting", max_results = 10)Search for ongoing and completed clinical trials
lookup_icd_codelookup_icd_code(code = null, description = null, max_results = 10)Look up ICD-10 codes and medical terminology definitions
medrxiv_searchmedrxiv_search(query, max_results = 10)Search for pre-print articles on medRxiv
calculate_bmicalculate_bmi(height_meters, weight_kg)Calculate Body Mass Index (BMI) based on height and weight
ncbi_bookshelf_searchncbi_bookshelf_search(query, max_results = 10)Search the NCBI Bookshelf for biomedical books and documents
extract_dicom_metadataextract_dicom_metadata(file_path)Extract metadata from a DICOM medical imaging file
可对比工具
安装
安装选项
1. DXT 扩展(推荐)
- 从此仓库下载
healthcare-mcp.dxt - 用兼容的 MCP 客户端(如 Claude Desktop)打开
- 按照安装提示操作
2. 通过 Smithery 安装
npx -y @smithery/cli install @Cicatriiz/healthcare-mcp-public --client claude3. npm 安装
npm install healthcare-mcp
npx healthcare-mcp4. 手动安装
git clone https://github.com/Cicatriiz/healthcare-mcp-public.git
cd healthcare-mcp-public/server
npm install
npm startClaude Desktop 配置
添加到 Claude Desktop 的 config.json:
{
"mcpServers": {
"healthcare": {
"command": "npx",
"args": ["healthcare-mcp"]
}
}
}FAQ
- 这个服务器提供哪些医疗数据源的访问?
- 服务器提供对 FDA 药品信息、PubMed 医学文献、Health.gov 健康主题、ClinicalTrials.gov、NCBI Bookshelf、medRxiv 预印本、ICD-10 医学术语和医疗计算器的访问。
- 安装后如何测试工具?
- 您可以使用内置的测试脚本测试单个工具:`npm run test:fda`、`npm run test:pubmed`、`npm run test:health` 等,或使用 `npm test` 运行所有测试。
healthcare-mcp-public 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。