Serversio.github.themesberg/flowbite-mcp
M

io.github.themesberg/flowbite-mcp

io.github.themesberg/flowbite-mcp · v1.1.3
▦ npm
v1.1.3npm npm: flowbite-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.themesberg/flowbite-mcp",
  "description": "MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS",
  "repository": {
    "url": "https://github.com/themesberg/flowbite-mcp",
    "source": "github"
  },
  "version": "1.1.3",
  "websiteUrl": "https://flowbite.com/docs/getting-started/mcp/",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "flowbite-mcp",
      "version": "1.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your personal access token for the Figma API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FIGMA_ACCESS_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}