MCP-Medical

sqlshep/MCP-Medical
★ 1 stars JavaScript AI/LLM Updated today
Chat app over the medical-mcp server (FDA, PubMed, WHO, RxNorm) with Gemini on Vertex AI
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-medical": {
      "command": "npx",
      "args": [
        "-y",
        "sqlshep/MCP-Medical"
      ]
    }
  }
}