Clinicaltrialsgov
Freeby MCP Community
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
v2.1.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolai-agentllm
Clinicaltrialsgov MCP Server
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
Installation
Reviews
Installation
Quick install
npx -y clinicaltrialsgov-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"clinicaltrialsgov": {
"command": "npx",
"args": ["-y", "clinicaltrialsgov-mcp-server"]
}
}
}