clinicaltrialsgov-mcp-server
Search clinical trials, fetch study results, match patients
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install clinicaltrialsgov-mcp-server?โผ
Run `npx skills add cyanheads/clinicaltrialsgov-mcp-server --all -g -y` in your terminal to install everything globally. A public hosted instance is also available at https://clinicaltrials.caseyjhand.com/mcp with no installation required.
How to search ClinicalTrials.gov with AI?โผ
Connect this server to your MCP client and ask in plain language โ the search tool handles full-text queries, status and phase filters, geographic proximity, and pagination automatically.
Can it match patients to eligible clinical trials?โผ
Yes. The find_eligible tool takes age, sex, conditions, and location, then returns ranked recruiting trials with eligibility criteria, contacts, and nearby study sites.
Does it require an API key or account?โผ
No. The ClinicalTrials.gov API is public and read-only, so the server works out of the box with zero configuration or credentials.
Which AI clients work with this server?โผ
It works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and VS Code, over either stdio or Streamable HTTP transport.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides