Skip to content
MCP Server Community By @JamesANZ

JamesANZ/medical-mcp

πŸ“‡ 🏠 - 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.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: JamesANZ/medical-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-jamesanz-medical-mcp

Detailed Documentation

πŸ“‡ 🏠 - 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.

Configuration

{
  "mcpServers": {
    "jamesanz-medical-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jamesanz-medical-mcp"
      ],
      "env": {}
    }
  }
}