MedRecPro Drug Label Server for VS Code
com.medrecpro/drug-label-server
Search and export FDA drug labels by brand name, generic ingredient, or UNII code.
client:VS Code
transport:streamable-http
Install MedRecPro Drug Label Server in VS Code
.vscode/mcp.json
{
"servers": {
"drug-label-server": {
"type": "http",
"url": "https://www.medrecpro.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs