HomeDevelopment › flowbite-mcp

flowbite-mcp

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

TypeScript Local macOSWindowsLinux
★ 42 stars Last pushed 2026-01-04 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "flowbite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIGMA_ACCESS_TOKEN required secret — Your personal access token for the Figma API

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry