flet-mcp-server
Rank #10625smithery/nwokikeonyeka/flet-mcp-server
# Flet MCP Server [](https://pypi.org/project/flet-mcp-server/) [](https://pepy.tech/project/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`
flet-mcp-server is a Model Context Protocol (MCP) server published by nwokike. It ranks #10625 of 58,832 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. flet-mcp-server is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Apr 25, 2026.
Ranks ahead of 48,207 of 58,832 servers on MCP Toplist.
Use flet-mcp-server
flet-mcp-server doesnβt publish a machine-readable install config. Follow the setup instructions in its repository β, or open one of its registry listings above.
Listed on 1 registry
nwokike
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- What is flet-mcp-server?
- # Flet MCP Server [](https://pypi.org/project/flet-mcp-server/) [](https://pepy.tech/project/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`
- Who maintains flet-mcp-server?
- flet-mcp-server is maintained by nwokike, which publishes 1 MCP server (0 total versions) tracked on MCP Toplist.
- Is flet-mcp-server an official MCP server?
- flet-mcp-server is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does flet-mcp-server have?
- flet-mcp-server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for flet-mcp-server?
- The source code for flet-mcp-server is hosted at github.com/nwokike/flet-mcp-server.