Stats
Actions
Tags
From clinicaltrialsgov-mcp-server
Provides access to ClinicalTrials.gov data for searching and retrieving clinical trial information, including study details, locations, and outcomes.
Copy 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=stdionpx claudepluginhub cyanheads/cyanheads --plugin clinicaltrialsgov-mcp-server