flet-mcp-server
Verified Safeby Pedro77339
Overview
Model Context Protocol server providing accurate, version-specific documentation for Flet 0.28.3 to augment LLM capabilities.
Installation
npm startSecurity Notes
The server operates over standard I/O (stdio) and serves static JSON documentation, limiting direct network exposure. It loads local JSON files, which is safe assuming the 'docs' directory is controlled and not user-configurable. The `ui/videoplayer.py` module, though part of the broader Flet project this MCP documents, is not directly exposed to untrusted user input via the MCP tools, mitigating potential risks associated with media file processing libraries (OpenCV, PIL). There are no obvious hardcoded secrets or malicious patterns in the provided source code.
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.
compound-mcp-server
Provides a Model Context Protocol (MCP) server for interacting with Groq models, including compound/meta models, exposing tools for real-time information and code execution capabilities from the Groq AI.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.