io.github.wei-ai-lab/clinical-trial-design MCP Server
io.github.wei-ai-lab/clinical-trial-design
What is the io.github.wei-ai-lab/clinical-trial-design MCP server?
Phase 2/3 clinical trial design via gsDesign / gsDesign2: sample size, GS boundaries, multiplicity
How to install io.github.wei-ai-lab/clinical-trial-design
Copy-paste configuration for popular MCP clients.
DESIGNR_RSCRIPTOptional override for the Rscript binary path. Defaults to whatever 'Rscript' resolves to on the system PATH. Set this if R isn't on PATH or you need a specific R version.
DESIGNR_LAUNCHEROptional override for the R launcher path (the inst/launcher.R that sources the R sources and dispatches the JSON). Defaults to the bundled launcher. Set this only if you need to use a non-bundled R source tree.
{
"mcpServers": {
"clinical-trial-design": {
"command": "npx",
"args": [
"-y",
"clinical-trial-design"
],
"env": {
"DESIGNR_RSCRIPT": "<YOUR_DESIGNR_RSCRIPT>",
"DESIGNR_LAUNCHER": "<YOUR_DESIGNR_LAUNCHER>"
}
}
}
}{
"mcpServers": {
"clinical-trial-design": {
"command": "npx",
"args": [
"-y",
"clinical-trial-design"
],
"env": {
"DESIGNR_RSCRIPT": "<YOUR_DESIGNR_RSCRIPT>",
"DESIGNR_LAUNCHER": "<YOUR_DESIGNR_LAUNCHER>"
}
}
}
}{
"mcpServers": {
"clinical-trial-design": {
"command": "npx",
"args": [
"-y",
"clinical-trial-design"
],
"env": {
"DESIGNR_RSCRIPT": "<YOUR_DESIGNR_RSCRIPT>",
"DESIGNR_LAUNCHER": "<YOUR_DESIGNR_LAUNCHER>"
}
}
}
}{
"servers": {
"clinical-trial-design": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clinical-trial-design"
],
"env": {
"DESIGNR_RSCRIPT": "<YOUR_DESIGNR_RSCRIPT>",
"DESIGNR_LAUNCHER": "<YOUR_DESIGNR_LAUNCHER>"
}
}
}
}claude mcp add clinical-trial-design --env DESIGNR_RSCRIPT=<YOUR_DESIGNR_RSCRIPT> --env DESIGNR_LAUNCHER=<YOUR_DESIGNR_LAUNCHER> -- npx -y clinical-trial-designRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.