Back to Home
shinokada icon

flowbite-svelte-mcp

Verified Safe

by shinokada

Overview

Provides Flowbite-Svelte documentation and component information to an MCP client (LLM) via a set of exposed tools.

Installation

Run Command
node build/server.js

Security 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

Stats

Interest Score47
Security Score9
Cost ClassLow
Avg Tokens800
Stars5
Forks0
Last Update2025-11-27

Tags

MCP ServerFlowbite-SvelteDocumentationLLM IntegrationTypeScript