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.
Quick Start
Clone the repository:
git clone https://github.com/JamesANZ/medical-mcpClaude Desktop configuration example:
{
"mcpServers": {
"medical-mcp": {
"command": "npx",
"args": [
"-y",
"JamesANZ/medical-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.