aria-mcp-server

pkotecha-eng/aria-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
ARIA Clinical Research MCP Server — exposes PubMed and ClinicalTrials.gov as MCP tools. Any Claude agent can search 35M+ biomedical papers and 400K+ clinical trials in real time.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aria-mcp-server": {
      "command": "uvx",
      "args": [
        "aria-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install aria-mcp-server