An MCP server that provides comprehensive medical information by querying multiple authoritative medical APIs including FDA, WHO, PubMed, Google Scholar, and RxNorm
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"medical-mcp": {
"command": "npx",
"args": [
"-y",
"JamesANZ/medical-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add medical-mcp npx -y JamesANZ/medical-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"medical-mcp": {
"command": "npx",
"args": [
"-y",
"JamesANZ/medical-mcp"
]
}
}
}
📋 Copy