Developer Tools
Trust: 34/100 (Limited)io.github.themesberg/flowbite-mcp Guide
MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS
29 starsby themesberg
Quick Start
Install
npx flowbite-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-themesberg-flowbite-mcp": {
"command": "npx",
"args": [
"flowbite-mcp"
]
}
}
}