An MCP server that provides comprehensive medical information by querying multiple authoritative medical APIs including FDA, WHO, PubMed, Google Scholar, and RxNorm
Standard I/O
npx (run directly)
npx medical-mcpAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"medical-mcp": {
"args": [
"medical-mcp"
],
"command": "npx"
}
}
}