Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"clinical-trials-ai": {
"args": [
"-m",
"meok_clinical_trials_ai_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
clinical-trials-ai-mcp MCP server by MEOK AI Labs
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-clinical-trials-ai-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-clinical-trials-ai-mcp against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/clinical-trials-ai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Clinical Trials Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
search_trials | Search clinical trials by condition, drug, phase, status, or location. |
check_eligibility | Evaluate whether a patient meets eligibility criteria for a specific trial. Cond |
get_trial_details | Get comprehensive details for a specific clinical trial. |
compare_trials | Compare multiple clinical trials side by side. Pass trial IDs as comma-separated |
get_trial_endpoints | Get detailed primary and secondary endpoint information for a trial. |
pip install meok-clinical-trials-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"clinical-trials-ai": {
"command": "python",
"args": ["-m", "meok_clinical_trials_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs