← Back to leaderboard
30
/100
F ◔ Limited 35

flet-mcp-server

# Flet MCP Server [![PyPI Version](https://img.shields.io/pypi/v/flet-mcp-server)](https://pypi.org/project/flet-mcp-server/) [![PyPI Downloads](https://static.pepy.tech/badge/flet-mcp-server)](https://pepy.tech/project/flet-mcp-server) ![Python Versions](https://img.shields.io/pypi/pyversions/flet-mcp-server) ![License](https://img.shields.io/github/license/Nwokike/flet-mcp-server) An auto-updating Model Context Protocol (MCP) server that dynamically fetches, caches, and serves the official Flet documentation and ecosystem packages directly from GitHub and PyPI. ## Features * **GitHub Tree Sync**: Maps documentation in real-time. * **Intelligent Caching**: Uses `diskcache` for fast responses. * **Ecosystem Discovery**: Finds and verifies official and community Flet packages. * **AI-Optimized**: Tool definitions designed for LLM understanding. ## Tools Included ### 1. `list_flet_controls` List all available Flet UI controls. ### 2. `search_flet_docs(query)` Search the documentation index. ### 3. `get_flet_doc(doc_path)` Get raw Markdown for a specific doc. ### 4. `list_official_packages()` List official Flet extension packages. ### 5. `search_flet_ecosystem(query)` Search for verified community Flet components. ### 6. `get_package_details(package_name)` Fetch version and installation info from PyPI. ## Client Configuration Examples ### 🌌 Antigravity / Cascade Add this to your `mcp_config.json`: ```json { "mcpServers": { "flet-mcp-server": { "command": "uvx", "args": ["flet-mcp-server"] } } } ``` ### 🤖 Claude Desktop Add this to your `claude_desktop_config.json`: ```json { "mcpServers": { "flet-mcp-server": { "command": "uvx", "args": ["flet-mcp-server"] } } } ``` ### 💻 Cursor / Windsurf In your IDE's MCP settings, add a new server: - **Name**: Flet MCP - **Type**: Command - **Command**: `uvx flet-mcp-server`

Anthropic Exa GitHub Web Fetch
Limited visibility — 3/5 applicable dimensions scored
○ Schema Quality ✓ Protocol ✓ Reliability ○ Docs & Maintenance ✓ Security Hygiene — Schema Interpretability
Schema Quality
25% weight
Protocol Compliance
10
20% weight
Reliability
20% weight
Docs & Maintenance
15% weight
Security Hygiene
81
20% weight
30-Day Trend

Score History

Category Trends

30-Day Uptime

30 days ago Today

Latest Health Check

Down
Status
0ms
Connect
0.0%
7-day Uptime
Checked 2 hours, 9 minutes ago

Protocol Compliance

Schema Valid
Yes
Auth Discovery
Probed 1 month ago
Embed Badge

Add this to your README to display your MCP Scoreboard grade:

MCP Score Badge
[![MCP Score](https://mcpscoreboard.com/badge/f2d14f84-787a-4ceb-a41d-ec45f132b8fd.svg)](https://mcpscoreboard.com/server/f2d14f84-787a-4ceb-a41d-ec45f132b8fd/)