aria-mcp-server
🧬 ARIA 临床研究 MCP 服务器
一个独立的 MCP 服务器,使任何 Claude 智能体都能实时访问生物医学文献和临床试验——无需 API 密钥。
工具
工具 | 描述 |
| 通过 NCBI E-utilities 搜索 3500 万+ 篇同行评审论文 |
| 通过 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.py连接到 Claude 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 服务器”下。
数据源
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