← All plugins
flowbite-mcp
v1.1.5MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS
Claude Code
by FlowbiteMIT39updated 7 months ago
Source
git clone https://github.com/themesberg/flowbite-mcpClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
flowbite-mcp/
└── .claude-plugin/plugin.json
Manifests1
.claude-plugin/plugin.json
{
"name": "flowbite-mcp",
"version": "1.1.5",
"description": "MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS",
"author": {
"name": "Flowbite",
"url": "https://flowbite.com/docs/getting-started/mcp/"
},
"repository": "https://github.com/themesberg/flowbite-mcp",
"license": "MIT"
}