loading…
Search for a command to run...
loading…
Clinical research MCP server for trial coordinators and life sciences teams. Real-time access to PubMed (35M+ papers) and ClinicalTrials.gov (400K+ trials). No
Clinical research MCP server for trial coordinators and life sciences teams. Real-time access to PubMed (35M+ papers) and ClinicalTrials.gov (400K+ trials). No API key required.
A standalone MCP server that gives any Claude agent real-time access to biomedical literature and clinical trials — no API keys required. aria-mcp-server MCP server
| Tool | Description |
|---|---|
search_pubmed |
Search 35M+ peer-reviewed papers via NCBI E-utilities |
search_clinical_trials |
Search 400K+ trials via ClinicalTrials.gov v2 API |
| 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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"pkotecha-eng-aria-mcp-server": {
"command": "npx",
"args": []
}
}
}Read, send and search emails from Claude
Send, search and summarize Slack messages
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)