aria-mcp-server
🧬 ARIA 임상 연구 MCP 서버
Claude 에이전트가 생물의학 문헌 및 임상시험 데이터에 실시간으로 액세스할 수 있도록 지원하는 독립형 MCP 서버입니다(API 키 불필요).
도구
도구 | 설명 |
| NCBI E-utilities를 통해 3,500만 건 이상의 동료 심사 논문 검색 |
| ClinicalTrials.gov v2 API를 통해 40만 건 이상의 임상시험 검색 |
리소스 및 프롬프트
리소스
info://aria— 서버 기능 개요프롬프트
clinical-research-brief— 구조화된 임상 정보 요약을 위한 재사용 가능한 프롬프트 템플릿
예시 쿼리
연결 후 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?"
퀵스타트
git clone https://github.com/pkotecha-eng/aria-mcp-server
cd aria-mcp-server
pip install -r requirements.txt
python3 server.pyClaude Desktop에 연결
~/Library/Application Support/Claude/claude_desktop_config.json에 다음을 추가하세요:
{
"mcpServers": {
"aria-clinical-research": {
"command": "python3",
"args": ["/absolute/path/to/aria-mcp-server/server.py"]
}
}
}Claude Desktop을 재시작하세요. 설정 → 개발자 → 로컬 MCP 서버(Settings → Developer → Local MCP Servers)에서 서버를 확인할 수 있습니다.
데이터 소스
PubMed — NCBI E-utilities (공용 API, 키 불필요)
ClinicalTrials.gov — v2 REST API (공용 API, 키 불필요)
기술 스택
FastMCP — MCP 서버 프레임워크
Python 3.12+
사용 사례
실시간 문헌 액세스가 필요한 생명과학 연구자
적격성 및 모집 상태를 확인하는 임상시험 코디네이터
발표된 증거와 진행 중인 임상시험을 교차 검증하는 신약 개발 팀
근거 기반의 생물의학 지식이 필요한 모든 Claude 에이전트
제작자
Pooja Kotecha · dinq.me/pkotecha-eng
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