MCP server for ClinicalTrials.gov (by Blen). Unaffiliated with NIH/NLM.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"clinicaltrials-mcp-s": {
"command": "npx",
"args": [
"-y",
"blencorp/clinicaltrials-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add clinicaltrials-mcp-s npx -y blencorp/clinicaltrials-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"clinicaltrials-mcp-s": {
"command": "npx",
"args": [
"-y",
"blencorp/clinicaltrials-mcp-server"
]
}
}
}