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 documentation, including syntax, parameters, and examples, through a single, unified interface.
shadcn-svelte-mcp
This MCP server provides real-time access to shadcn-svelte component documentation, Lucide Svelte icon search, and developer utilities by scraping the official website, making the information available to AI code editors and assistants.
mcp-server-nodejs-api-docs
This MCP server provides up-to-date documentation and a search mechanism for Node.js built-in core API modules to assist language models in generating accurate Node.js-related responses.