Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From clinicaltrialsgov-mcp-server
Connects to ClinicalTrials.gov, providing search and retrieval of clinical trial data including study details, locations, and outcomes.
npx claudepluginhub cyanheads/cyanheads --plugin clinicaltrialsgov-mcp-serverCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"clinicaltrialsgov-mcp-server": {
"command": "npx",
"args": [
"-y",
"clinicaltrialsgov-mcp-server"
],
"env": {
"MCP_TRANSPORT_TYPE": "stdio"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_TRANSPORT_TYPE=stdioShare bugs, ideas, or general feedback.