Openfda for Claude Desktop
io.github.pipeworx-io/openfda
FDA drug data via openFDA: adverse-event reports and safety-signal tools (FAERS search, event…
client:Claude Desktop
transport:streamable-http
Install Openfda in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"openfda": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/openfda/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs