Skip to main content
Science & ResearchTypeScript

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.

biology-medicine-and-bioinformaticslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/JamesANZ/medical-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Science & Research
Language
TypeScript
Author
JamesANZ