aria-mcp-server
๐งฌ ARIA Clinical Research MCP Server
A standalone MCP server that gives any Claude agent real-time access to biomedical literature and clinical trials โ no API keys required.
Tools
Tool | Description |
| Search 35M+ peer-reviewed papers via NCBI E-utilities |
| Search 400K+ trials via ClinicalTrials.gov v2 API |
| Search UK/European trials via ISRCTN registry |
Prompts
Prompt | Description |
| Comprehensive evidence + trial brief for a condition |
| Structured AE and safety profile for a drug |
| Patient eligibility assessment across recruiting trials |
Resources
Resource | Description |
| Overview of ARIA capabilities and data sources |
| Phase IโIV definitions and FDA special designations |
| Curated high-impact journals by specialty |
| FDA databases for drug, safety, and regulatory research |
Example queries
Once connected, ask Claude:
"Search PubMed for ketogenic diet pediatric epilepsy outcomes"
"Find recruiting trials for lung cancer immunotherapy"
"What does the literature say about veliparib in ovarian cancer, and are there active trials?"
"Find UK and European trials for pediatric epilepsy via ISRCTN"
Quickstart
pip install aria-mcp-server
aria-mcp-serverConnect to Claude Desktop
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.
Data sources
PubMed โ NCBI E-utilities (public API, no key required)
ClinicalTrials.gov โ v2 REST API (public API, no key required)
ISRCTN โ UK/European clinical trials registry (public API, no key required)
Tech stack
FastMCP โ MCP server framework
Python 3.12+
Use cases
Life sciences researchers needing real-time literature access
Clinical trial coordinators checking eligibility and recruiting status
Drug discovery teams cross-referencing published evidence with active trials
Any Claude agent needing grounded biomedical knowledge
Project Structure
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.jsonBuilt by
Pooja Kotecha ยท dinq.me/pkotecha-eng