flet-mcp-server
Rank #3,879smithery/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 #3,879 of 115,591 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. flet-mcp-server is listed across 2 registries — Smithery and Glama, with 6 release tags tracked from its GitHub repository. It was first listed on Apr 25, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 111,712 of 115,591 servers on MCP Toplist.
Use flet-mcp-server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http flet-mcp-server https://server.smithery.ai/nwokikeonyeka/flet-mcp-server/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.flet-mcp-server]
url = "https://server.smithery.ai/nwokikeonyeka/flet-mcp-server/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/nwokikeonyeka/flet-mcp-server/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"flet-mcp-server": {
"url": "https://server.smithery.ai/nwokikeonyeka/flet-mcp-server/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"flet-mcp-server": {
"type": "http",
"url": "https://server.smithery.ai/nwokikeonyeka/flet-mcp-server/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"flet-mcp-server": {
"serverUrl": "https://server.smithery.ai/nwokikeonyeka/flet-mcp-server/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"flet-mcp-server": {
"url": "https://server.smithery.ai/nwokikeonyeka/flet-mcp-server/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fnwokikeonyeka%2Fflet-mcp-server)<a href="https://mcptoplist.com/server/smithery%2Fnwokikeonyeka%2Fflet-mcp-server"><img src="https://mcptoplist.com/badge/smithery%2Fnwokikeonyeka%2Fflet-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
Nwokike
GitHub releases (6)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v1.0.2 | Aug 23, 2026 |
| v1.0.1 | Aug 23, 2026 |
| v1.0.0 | Aug 22, 2026 |
| v0.2.0 | May 20, 2026 |
| v0.1.1 | Apr 25, 2026 |
| v0.1.0 | Apr 25, 2026 |
Frequently asked questions
- Who maintains flet-mcp-server?
- flet-mcp-server is maintained by Nwokike, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is flet-mcp-server listed on the Official MCP Registry?
- flet-mcp-server is not on the Official MCP Registry. It is listed on Smithery and Glama.
- How many versions does flet-mcp-server have?
- No registry surfaces explicit version metadata for flet-mcp-server; MCP Toplist tracks 6 release tags from its GitHub repository, most recently published on Aug 23, 2026.
- 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.