Planned integration for Figma to code conversion tool (currently on roadmap).
Provides access to the Flowbite library of 60+ Tailwind CSS UI components, forms, typography elements, and plugins, along with an AI-powered theme generator for creating custom branded designs from hex colors.
An MCP server that enables AI assistants to access the Flowbite library of Tailwind CSS componentsβincluding UI elements, forms, typography, and pluginsβwhile offering an intelligent theme generator for creating custom branded designs within AI-driven development environments.
MCP Features
π¨ 60+ UI Components - Complete access to buttons, cards, modals, dropdowns, and more
π Form Elements - Input fields, checkboxes, radio buttons, select, textarea, and advanced form components
βοΈ Typography Components - Headings, paragraphs, blockquotes, lists, and text styling
π Plugin Integrations - Charts, datatables, WYSIWYG editors, and datepickers
π― AI-Powered Theme Generator - Create custom branded themes from any hex color
π¦ Component Source Code - Latest Flowbite Tailwind CSS implementations
π Metadata Access - Component descriptions, usage patterns, and integration guides
π Dual Transport Support - Standard I/O (stdio) for CLI or HTTP Streamable for server deployments
β‘ Production Ready - Docker support with health checks and monitoring
π¨ Quickstart Guide - Complete setup and integration documentation
Related MCP server: shadcn-ui MCP Server
Quickstart
Using NPX
The simplest way to use Flowbite MCP Server:
Transport Modes
Standard I/O (stdio)
The default mode for local development and CLI integrations:
HTTP server
HTTP-based transport for production and multi-client scenarios:
This will make the MCP server available at 'http://localhost:3000/mcp'.
Environment variables
Configure the server behavior with these environment variables:
Integration examples
Claude desktop
Update the claude_desktop_config.json file and add the following configuration:
Cursor editor
Update the mcp.json file and add the following configuration:
Windsurf editor
Update the mcp_config.json file and add the following configuration:
Local development
Production deployment (HTTP Mode)
For production servers with multiple clients:
Development Scripts
Docker Configuration
The project includes a production-ready Docker setup with multi-stage builds for optimal performance.
Quickstart with Docker
MCP inspector
Use the MCP Inspector for interactive debugging:
Logging
Check server logs for detailed information:
File structure
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Fork the repository
Create your feature branch (
git checkout -b feature/AmazingFeature)Commit your changes (
git commit -m 'Add some AmazingFeature')Push to the branch (
git push origin feature/AmazingFeature)Open a Pull Request
License
This project is licensed under the MIT License License - see the LICENSE file for details.
Credits
Flowbite - For the amazing Tailwind CSS component library
Anthropic - For the Model Context Protocol specification
Tailwind CSS - For the utility-first CSS framework
Resources
π¦ Flowbite Components
π Tailwind CSS v4 Docs
π¬ GitHub Issues
Roadmap
Complete component resource access
AI-powered theme generator
Dual transport support (stdio + HTTP)
Flowbite Pro blocks integration (with license authentication)
Figma to code conversion tool
Enhanced theme customization options
Component search and filtering
Real-time component preview generation