Flowbite MCP

MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-01-04 · ★ 41 · #56 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Flowbite MCP

before you install - you'll need

Set FIGMA_ACCESS_TOKEN, MCP_TRANSPORT_MODE, MCP_PORT, MCP_HOST, MCP_CORS_ORIGINS before connecting.

Claude Code

claude mcp add themesberg-flowbite-mcp -- npx -y flowbite-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "themesberg-flowbite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "flowbite-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package flowbite-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.themesberg is GitHub-verified and matches the repo owner

03 · What Flowbite MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.5 · 2026-01-04

fixed errors showing up in Claude Desktop because of console.log functions · reduce context size of all .md to optimize LLM usage

04 · Who maintains Flowbite MCP

flowbite-mcp is maintained by themesberg. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
cloud infrastructure - ranked #56 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
registry
io.github.themesberg/flowbite-mcp (active, first published 2025-12-10 · 2 versions)
packages
npm:flowbite-mcp

06 · Flowbite MCP FAQ

What is Flowbite MCP?

MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS. It runs locally over stdio via the published package.

Is Flowbite MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-01-04. We re-verify nightly.

How do I install Flowbite MCP?

Run `npx -y flowbite-mcp`. The README documents 5 environment variables (FIGMA_ACCESS_TOKEN, MCP_TRANSPORT_MODE, MCP_PORT…) to set first. Set FIGMA_ACCESS_TOKEN, MCP_TRANSPORT_MODE, MCP_PORT, MCP_HOST, MCP_CORS_ORIGINS before connecting. You can also paste the ready-made client config above.

Does Flowbite MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Flowbite MCP