flet-mcp-server
Model Context Protocol (MCP) server that dynamically fetches and serves official Flet resources to AI agents, including documentation, controls, packages, and ecosystem components.
README
<p align="center"> <a href="https://github.com/Nwokike/flet-mcp-server" target="_blank"> <img src="https://raw.githubusercontent.com/flet-dev/flet/refs/heads/main/media/logo/flet-logo.svg" height="150" alt="Flet MCP Server logo"> </a> </p>
<h1 align="center">Flet MCP Server</h1>
<p align="center"> <em>Model Context Protocol that serves official Flet resources to AI agents.</em> </p>
<p align="center"> <a href="https://pypi.org/project/flet-mcp-server/" target="_blank"> <img src="https://img.shields.io/pypi/v/flet-mcp-server?color=%2334D058&label=PyPI" alt="PyPI version" /> </a> <a href="https://pepy.tech/projects/flet-mcp-server" target="_blank"> <img src="https://static.pepy.tech/personalized-badge/flet-mcp-server?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=Users" alt="Total users" /> </a> <a href="https://github.com/Nwokike/flet-mcp-server/actions/workflows/ci.yml" target="_blank"> <img src="https://github.com/Nwokike/flet-mcp-server/actions/workflows/ci.yml/badge.svg" alt="CI status" /> </a> <a href="https://pypi.org/project/flet-mcp-server/" target="_blank"> <img src="https://img.shields.io/badge/python-%3E%3D3.10-%2334D058" alt="Python >= 3.10" /> </a> <a href="https://glama.ai/mcp/servers/Nwokike/flet-mcp-server" target="_blank"> <img src="https://glama.ai/mcp/servers/Nwokike/flet-mcp-server/badges/score.svg" alt="MCP server score" /> </a> </p>
Flet MCP Server dynamically fetches and serves official Flet documentation, controls, packages, and ecosystem resources for AI agents and MCP-compatible clients. <div align="center">
</div>
Features
- GitHub Tree Sync: Maps documentation in real-time.
- Intelligent Caching: Uses
diskcachefor 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:
{
"mcpServers": {
"flet-mcp-server": {
"command": "uvx",
"args": ["flet-mcp-server"]
}
}
}
š¤ Claude Desktop
Add this to your claude_desktop_config.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
Development
Directory Structure
flet-mcp-server/
āāā .github/
ā āāā workflows/
ā āāā ci.yml
ā āāā publish.yml
āāā docs/
ā āāā ARCHITECTURE.md
ā āāā CONTRIBUTING.md
āāā src/
ā āāā flet_mcp/
ā āāā services/
ā ā āāā github_docs.py
ā ā āāā packages.py
ā ā āāā __init__.py
ā āāā main.py
ā āāā server.py
ā āāā __init__.py
āāā tests/
ā āāā test_fetcher.py
āāā LICENSE
āāā README.md
āāā pyproject.toml
āāā uv.lock
Install
git clone https://github.com/Nwokike/flet-mcp-server.git
cd flet-mcp-server
uv sync
Test
uv run pytest
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.