flet-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_flet_docsA | Search the official Flet documentation index for a specific topic or control. Always use this first to find the correct file path before calling get_flet_doc. Args: query: The keyword to search for (e.g., 'dropdown', 'navigation', 'layout'). |
| get_flet_docA | Fetch the full Markdown documentation for a specific Flet control or topic. Args: doc_path: The exact path to the doc file, usually obtained from search_flet_docs (e.g., 'website/docs/controls/dropdown/index.md'). |
| list_flet_controlsA | Get a complete list of all available Flet UI controls. Use this to discover what UI elements can be built in Flet. |
| list_official_packagesA | Get a list of all official Flet extension packages (e.g. flet-audio, flet-video). Use this to see what official extra capabilities Flet supports outside the core library. |
| search_flet_ecosystemA | Search the open-source community for third-party Flet packages and components. Use this when the user wants to add a feature (e.g., 'calendar', 'table', 'auth') that might not be in the core Flet library. Args: query: The keyword to search for (e.g., 'calendar'). |
| get_package_detailsA | Fetch PyPI details, current version, and installation instructions for a specific Flet package. Args: package_name: The exact name of the package on PyPI (e.g., 'flet-audio'). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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