Search 35M+ PubMed papers & 400K+ clinical trials. Includes prompts and research tools. No API key.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-pkotecha-eng-aria-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search 35M+ PubMed papers & 400K+ clinical trials. Includes prompts and research tools. No API key.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / health
Production ready MCP server with real-time search, extract, map & crawl.
Web and local search using Brave Search API
Multi-engine MCP server, CLI, and local daemon for agent web search and content retrieval — skill-guided workflows, no API keys.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.pkotecha-eng/aria-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A standalone MCP server that gives any Claude agent real-time access to biomedical literature and clinical trials — no API keys required.
| 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