Odel
flowbite mcp

flowbite mcp

Local
@themesberg41JavaScriptMITUpdated 8mo ago

MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS

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).

npmflowbite-mcpv1.1.3

Run

npx -y flowbite-mcp

MCP client config

{
  "mcpServers": {
    "flowbite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "flowbite-mcp"
      ]
    }
  }
}