flowbite mcp for Zed
io.github.themesberg/flowbite-mcp
MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS
client:Zed
transport:stdio
runtime:npm
Install flowbite mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"flowbite-mcp": {
"command": "npx",
"args": [
"-y",
"flowbite-mcp"
],
"env": {
"FIGMA_ACCESS_TOKEN": "<FIGMA_ACCESS_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs