Marketplace

Openfda MCP Server

io.github.cyanheads/openfda-mcp-server · v0.4.2

openFDA data: FDA drug approvals, device 510(k)/PMA clearances, labels, and recalls.

Install

Open this server in FlowLeap's marketplace to install it in a couple of clicks, or paste the config below into any MCP client.

New to the marketplace? See how installing works.

Runs as

npx · npm · @cyanheads/openfda-mcp-server@0.4.2

Repository

cyanheads/openfda-mcp-server

Website

open.fda.gov

What it needs from you

  • OPENFDA_API_KEYOptionalSecret

    Optional free openFDA API key (open.fda.gov/apis/authentication). Raises the daily request limit from 1K to 120K; the server works keyless without it.

Manual config

Add this to your MCP client's config (e.g. an mcp.json or the client's mcpServers block), filling in any placeholders.

mcpServers
{
  "mcpServers": {
    "openfda-mcp-server": {
      "command": "npx",
      "args": [
        "@cyanheads/openfda-mcp-server"
      ],
      "env": {
        "OPENFDA_API_KEY": "<OPENFDA_API_KEY>"
      }
    }
  }
}