Back to MCP Servers
🔌

JamesANZ/medical-mcp

MIT

📇 🏠 - An MCP server that provides access to medical information, drug databases, and healthcare resources. Enables AI assistants to query medical data, drug interactions, and clinical guidelines.

TypeScriptDatabases

Install

npx -y medical-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "jamesanz-medical-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "medical-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.