flet-mcp-server

Nwokike/flet-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated today
Model Context Protocol (MCP) server that dynamically fetches and serves official Flet resources to AI agents, including documentation, controls, packages, and ecosystem components.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install flet-mcp-server

Topics

ai-agentsai-assistantsantigravityclaude-desktopcursor-idedeveloper-toolsdocumentation-generatorfletflet-appflet-componentsllm-toolsmcpmodel-context-protocolpython