CDISC Library MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CDISC Library MCP Serverlist all CDISC products"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CDISC Library MCP Server
MCP Server for CDISC Library API - 提供对临床数据标准的完整访问。
功能特性
🔧 15 个 MCP Tools - 覆盖 SDTM, ADaM, CDASH, CT 等标准
📦 MCP Resources - 产品列表、API 信息
💬 MCP Prompts - 引导式标准探索
🗄️ 持久化缓存 - 减少 API 调用,加速访问
🇨🇳 中文错误提示 - 友好的错误消息
Related MCP server: mcp-clinical-doc-agent
安装
方式一:uvx(推荐,自动安装)
无需手动安装,MCP 客户端会自动下载:
{
"mcpServers": {
"cdisc-library": {
"command": "uvx",
"args": ["cdisc-library-mcp"],
"env": {
"CDISC_API_KEY": "your-api-key-here"
}
}
}
}方式二:pip 安装
pip install cdisc-library-mcp然后在 MCP 客户端配置:
{
"mcpServers": {
"cdisc-library": {
"command": "cdisc-library-mcp",
"env": {
"CDISC_API_KEY": "your-api-key-here"
}
}
}
}获取 API Key
登录或注册 CDISC 账号
在 Profile 页面 获取 API Key
MCP 客户端配置文件位置
客户端 | 配置文件路径 |
Claude Desktop (macOS) |
|
Claude Desktop (Windows) |
|
Cursor |
|
TRAE | 项目根目录 |
可用工具
标准查询
工具 | 描述 |
| 获取所有 CDISC 产品列表 |
| 获取标准产品信息 |
| 获取标准的类列表 |
数据集操作
工具 | 描述 |
| 获取数据集列表 |
| 获取数据集详情 |
| 获取变量列表 |
| 获取变量详情 |
控制术语
工具 | 描述 |
| 获取 CT 包列表 |
| 获取 CT 包详情 |
| 获取编码列表 |
| 获取编码详情 |
| 获取术语列表 |
| 获取术语详情 |
搜索与比较
工具 | 描述 |
| 全局搜索 CDISC Library |
| 版本差异比较 |
版本号格式
CDISC Library API 使用 - 分隔版本号:
标准 | 正确格式 | 错误格式 |
SDTM |
|
|
SDTMIG |
|
|
工具会自动转换格式,支持两种输入。
环境变量
变量名 | 必需 | 默认值 | 说明 |
| ✅ | - | API 密钥 |
| ❌ |
| API URL |
| ❌ |
| 缓存目录 |
| ❌ |
| 缓存时间(秒) |
开发
# 克隆仓库
git clone https://github.com/whereayan/cdisc-library-mcp.git
cd cdisc-library-mcp
# 安装开发依赖
pip install -e ".[dev]"
# 运行测试
python -m pytest tests/ -v
# 运行测试覆盖率
python -m pytest tests/ --cov=src/cdisc_mcp发布
# 使用发布脚本
python scripts/release.py 0.1.3
# 或手动发布
python -m build
twine upload dist/*许可证
MIT License
This server cannot be deployed
Maintenance
Related MCP Connectors
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
ClinicalTrials MCP — wraps ClinicalTrials.gov API v2 (free, no auth)
NIH clinical trials and FDA adverse event reports. 4 MCP tools for health research.
Generate contextual prompts and reusable agent skills, evaluate prompts with the 16-dimension Prompt Score, and manage saved work in PromptDrive. Twelve MCP tools also provide authorized access to private Memory for source-grounded answers. Connect over Streamable HTTP using OAuth 2.1 and PKCE. Generation consumes account quota and automatically saves successful results; Memory access follows account permissions and plan limits.
Related MCP Servers
- AlicenseAqualityDmaintenanceExposes CDISC standards data including SDTM, ADaM, CDASH, and Controlled Terminology as tools for AI assistants via the CDISC Library API. It enables users to search standards, retrieve domain variables, and access codelist definitions to facilitate clinical research data management.12MIT
- AlicenseAqualityDmaintenanceEnables analysis of clinical trial protocols using MCP tools for document listing, entity extraction, adverse event clustering, and summarization.41MIT
- FlicenseBqualityDmaintenanceProvides access to the ClinicalTrials.gov API, enabling search, analysis, and retrieval of clinical trial data through MCP tools.178-
- AlicenseCqualityCmaintenanceMCP server for retrieving clinical standard content from the CDISC Library, supporting controlled terminology, ADaM, SDTM, CDASH, SEND metadata, and search.317MIT