MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"clinicaltrialsgov-mc": {
"command": "npx",
"args": [
"-y",
"cyanheads/clinicaltrialsgov-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add clinicaltrialsgov-mc npx -y cyanheads/clinicaltrialsgov-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"clinicaltrialsgov-mc": {
"command": "npx",
"args": [
"-y",
"cyanheads/clinicaltrialsgov-mcp-server"
]
}
}
}