flet-mcp-server

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.

Category
Visit Server

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">

Nwokike/flet-mcp-server MCP server

</div>

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:

{
  "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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured