Loading MCP server directory, please wait...
Query FDA data on drugs, food, devices, and recalls via openFDA. STDIO or Streamable HTTP.
npx @getmcp/cli add io.github.cyanheads/openfda-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/openfda-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/openfda-mcp-server"
],
"env": {
"OPENFDA_API_KEY": "",
"MCP_LOG_LEVEL": "info"
}
}
}
}