livewire-flux-mcp
Verified Safeby leMaur
Overview
This MCP server provides AI assistants with structured access to Livewire Flux component, layout, and icon documentation through web scraping.
Installation
npx livewire-flux-mcpSecurity Notes
The server performs web scraping from external websites (fluxui.dev, github.com). While it uses robust parsing libraries (cheerio) and does not directly execute user-provided code, there's an inherent, low risk of issues if scraped content is malformed or unexpectedly large. No hardcoded secrets or 'eval' usage were found in the provided source code. The server runs locally via 'stdio', not opening network ports itself, which limits its external attack surface.
Similar Servers
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
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.
microcms-document-mcp-server
This server provides AI assistants access to microCMS documentation by searching and retrieving content from local Markdown files.
Crawleo-MCP
Provides AI assistants with real-time web search and crawling capabilities via the Model Context Protocol (MCP).