Skip to main content
Glama
Nwokike
by Nwokike

Flet MCP Server

PyPI Version PyPI Downloads Python Versions License

Ein sich automatisch aktualisierender Model Context Protocol (MCP) Server, der die offizielle Flet-Dokumentation und Ökosystem-Pakete dynamisch von GitHub und PyPI abruft, zwischenspeichert und bereitstellt.

Funktionen

  • GitHub Tree Sync: Bildet die Dokumentation in Echtzeit ab.

  • Intelligentes Caching: Verwendet diskcache für schnelle Antworten.

  • Ökosystem-Erkennung: Findet und verifiziert offizielle und Community-Flet-Pakete.

  • KI-optimiert: Tool-Definitionen, die für das Verständnis durch LLMs konzipiert sind.

Related MCP server: MPC Docs Server

Enthaltene Tools

1. list_flet_controls

Listet alle verfügbaren Flet-UI-Steuerelemente auf.

2. search_flet_docs(query)

Durchsucht den Dokumentationsindex.

3. get_flet_doc(doc_path)

Ruft das rohe Markdown für ein bestimmtes Dokument ab.

4. list_official_packages()

Listet offizielle Flet-Erweiterungspakete auf.

5. search_flet_ecosystem(query)

Sucht nach verifizierten Flet-Community-Komponenten.

6. get_package_details(package_name)

Ruft Versions- und Installationsinformationen von PyPI ab.

Beispiele für die Client-Konfiguration

🌌 Antigravity / Cascade

Fügen Sie dies zu Ihrer mcp_config.json hinzu:

{
  "mcpServers": {
    "flet-mcp-server": {
      "command": "uvx",
      "args": ["flet-mcp-server"]
    }
  }
}

🤖 Claude Desktop

Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:

{
  "mcpServers": {
    "flet-mcp-server": {
      "command": "uvx",
      "args": ["flet-mcp-server"]
    }
  }
}

💻 Cursor / Windsurf

Fügen Sie in den MCP-Einstellungen Ihrer IDE einen neuen Server hinzu:

  • Name: Flet MCP

  • Typ: Befehl

  • Befehl: uvx flet-mcp-server

Entwicklung

Verzeichnisstruktur

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

Installation

git clone https://github.com/Nwokike/flet-mcp-server.git
cd flet-mcp-server
uv sync

Test

uv run pytest

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nwokike/flet-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server