Back to MCP Servers
Flowbite
MCP server that provides AI assistance for an open-source UI framework based on Tailwind CSS
developer-toolsai
By themesberg
Installation
npx -y flowbite-mcpConfiguration
{
"mcpServers": {
"flowbite-mcp": {
"command": "npx",
"args": ["-y", "flowbite-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes