ClinicalTrials MCP Server
@JackKuo666
关于 ClinicalTrials MCP Server
🔍 Enable AI assistants to search and access ClinicalTrials.gov data through a simple MCP interface.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ClinicalTrials": {
"command": "python",
"args": [
"-m",
"ClinicalTrials-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ClinicalTrials MCP Server?
The ClinicalTrials MCP Server bridges AI assistants with ClinicalTrials.gov’s clinical trial repository through the Model Context Protocol (MCP). It allows AI models to search for clinical trials and access their metadata programmatically. Designed for researchers, developers, and health-science professionals who need efficient, code-driven access to trial data.
How to use ClinicalTrials MCP Server?
Install automatically via Smithery (npx -y @smithery/cli@latest install ClinicalTrials-mcp-server --client claude) or manually with uv tool install ClinicalTrials-mcp-server. For development, clone the repo and run uv venv && source .venv/bin/activate && pip install -r requirements.txt. Start the server with python clinical_trials_server.py. Then use the provided MCP tools (e.g., search_clinical_trials_and_save_studies_to_csv) in your AI assistant or application.
Key features of ClinicalTrials MCP Server
- Search trials with custom or advanced search strings.
- Retrieve detailed metadata for specific trials using NCT ID.
- Save, load, and list CSV files of trial data.
- Local storage for faster subsequent access.
- Get study statistics optionally filtered by condition.
- Access trial data via MCP resources (e.g.,
clinicaltrials://study/{nct_id}).
Use cases of ClinicalTrials MCP Server
- Searching for recent COVID-19 vaccine trials and saving results to CSV.
- Retrieving full details of a specific trial by its NCT ID.
- Filtering studies by keyword (e.g., “diabetes”) and exporting to CSV.
- Getting aggregate statistics on clinical trials for a given condition.
- Loading previously saved CSV data for offline analysis or reporting.
FAQ from ClinicalTrials MCP Server
What dependencies does ClinicalTrials MCP Server require?
Python 3.10+, FastMCP, pytrials, and pandas. Install them with pip install FastMCP pytrials pandas.
How do I install ClinicalTrials MCP Server?
You can install automatically via Smithery (npx ... install ClinicalTrials-mcp-server) or manually with uv tool install ClinicalTrials-mcp-server. See the Quick Start section for details.
Can I use ClinicalTrials MCP Server with Claude Desktop?
Yes. Add the server configuration to your claude_desktop_config.json using the command python -m ClinicalTrials-mcp-server. After restarting Claude, you can ask it to search trials or retrieve details.
What data source does the server use?
All data comes from ClinicalTrials.gov via its API. The tool respects the site’s terms of service and is intended for research purposes only.
Is authentication required to use the server?
No authentication is needed. The server communicates locally via MCP (stdio transport) and queries the public ClinicalTrials.gov API.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论