Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"aria-clinical-research": {
"command": "aria-mcp-server"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A standalone MCP server that gives any Claude agent real-time access to biomedical literature and clinical trials — no API keys required.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'aria-mcp-server' 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 aria-mcp-server against OSV.dev.
Be 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 education / health
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A Model Context Protocol server for searching and analyzing arXiv papers
MCP Security Weekly
Get CVE alerts and security updates for io.github.pkotecha-eng/aria-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A standalone MCP server that gives any Claude agent real-time access to biomedical literature and clinical trials — no API keys required.
| Tool | Description |
|---|---|
search_pubmed | Search 35M+ peer-reviewed papers via NCBI E-utilities |
search_clinical_trials | Search 400K+ trials via ClinicalTrials.gov v2 API |
search_isrctn | Search UK/European trials via ISRCTN registry |
| Prompt | Description |
|---|---|
clinical-research-brief | Comprehensive evidence + trial brief for a condition |
adverse-event-analysis | Structured AE and safety profile for a drug |
trial-eligibility-checker | Patient eligibility assessment across recruiting trials |
| Resource | Description |
|---|---|
info://aria | Overview of ARIA capabilities and data sources |
reference://trial-phases | Phase I–IV definitions and FDA special designations |
reference://high-impact-journals | Curated high-impact journals by specialty |
reference://fda-databases | FDA databases for drug, safety, and regulatory research |
Once connected, ask Claude:
pip install aria-mcp-server
aria-mcp-server
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"aria-clinical-research": {
"command": "aria-mcp-server"
}
}
}
Restart Claude Desktop. The server will appear under Settings → Developer → Local MCP Servers.
aria-mcp-server/ ← root, where mcp-publisher runs
├── aria_mcp_server/ ← Python package
│ ├── __init__.py
│ ├── server.py
│ └── tools.py
├── server.json ← MCP registry metadata
├── pyproject.toml
├── README.md
├── LICENSE
└── glama.json
Pooja Kotecha · dinq.me/pkotecha-eng