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 βInstallation Guide
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": {}
}
}
}