Odel
meddata mcp

meddata mcp

Local
@anthesiallcPythonMITUpdated 2mo ago

Drug & supplement lookup and interaction checks from free U.S. government health data.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImeddata-mcpv0.2.1

Run

uvx meddata-mcp

MCP client config

{
  "mcpServers": {
    "meddata-mcp": {
      "command": "uvx",
      "args": [
        "meddata-mcp"
      ]
    }
  }
}