@xaheen-ai/flowbite-mcp
v0.1.15
Published
MCP server CLI (stdio/TCP) that reads the Flowbite registry.
Readme
@xaheen-ai/flowbite-mcp
MCP server CLI (stdio/TCP) that reads the Flowbite registry.
Installation
pnpm add @xaheen-ai/flowbite-mcpCLI Usage
# Start MCP over stdio (for editors/agents)
npx flowbite-mcp --transport=stdio
# TCP mode
npx flowbite-mcp --transport=tcp --port=9909
# with a user's private Pro folder (never published)
npx flowbite-mcp --proPath=/abs/path/to/proLibrary Usage
import { startMCP } from '@xaheen-ai/flowbite-mcp';
// Start the MCP server
startMCP({
transport: 'stdio',
framework: 'react',
allowPro: true,
proPath: '/path/to/pro/components'
});Commands
mcp- Start the MCP server (stdio or TCP)list- List components/blocks/layouts (with availability)get- Print a registry item (JSON)examples- Search/get/scaffold examples & blocksdocs- Search/open documentation topics/anchors
Pro Policy
The CLI accepts a local path for Pro items; nothing uploads or redistributes licensed content.
You are responsible for placing licensed Pro JSON/snippets under --proPath. Do not commit these files.
