Skip to main content
Glama

๐Ÿงฌ 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. aria-mcp-server MCP server

Tools

Tool

Description

search_pubmed

Search 35M+ peer-reviewed papers via NCBI E-utilities

search_clinical_trials

Search 400K+ trials via ClinicalTrials.gov v2 API

Resources & Prompts

  • Resource info://aria โ€” server capabilities overview

  • Prompt clinical-research-brief โ€” reusable prompt template for structured clinical intelligence briefs

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?"

Quickstart

git clone https://github.com/pkotecha-eng/aria-mcp-server
cd aria-mcp-server
pip install -r requirements.txt
python3 server.py

Connect to Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "aria-clinical-research": {
      "command": "python3",
      "args": ["/absolute/path/to/aria-mcp-server/server.py"]
    }
  }
}

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)

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

Built by

Pooja Kotecha ยท dinq.me/pkotecha-eng

Install Server
A
security โ€“ no known vulnerabilities
A
license - permissive license
B
quality - B tier

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pkotecha-eng/aria-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server