flowbite-svelte-mcp
Verified Safeby shinokada
Overview
Provides Flowbite-Svelte documentation and component information to an MCP client (LLM) via a set of exposed tools.
Installation
node build/server.jsSecurity Notes
The server's core functionality relies on reading local, pre-fetched documentation files, reducing runtime network risks. Path validation (`isValidFilePath`) is explicitly implemented to prevent path traversal, absolute path access, and invalid characters, which is a strong security measure for file access. The fetching of external data (`copyLlmData.ts`) is a build/setup step, not a runtime operation, and this script also uses the robust path validation.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-svelte-docs
Provides authoritative Svelte 5 and SvelteKit definitions extracted from TypeScript declarations.
shadcn-svelte-mcp
Provides real-time access to shadcn-svelte component documentation, Bits UI API details, and Lucide Svelte icon search via an MCP server for AI-powered code editors and CLIs.
livewire-flux-mcp
This MCP server provides AI assistants with structured access to Livewire Flux component, layout, and icon documentation through web scraping.