← Index

io.github.themesberg/flowbite-mcp

io.github.themesberg/flowbite-mcp·v1.1.3·Other
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "flowbite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "flowbite-mcp"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<your-figma_access_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "flowbite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "flowbite-mcp"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<your-figma_access_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y flowbite-mcp
§02  Environment variables
FIGMA_ACCESS_TOKEN
requiredsecret

Your personal access token for the Figma API

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other