Skip to main content
Glama
Nwokike
by Nwokike

Flet MCP 服务器

PyPI Version PyPI Downloads Python Versions License

一个自动更新的模型上下文协议 (MCP) 服务器,可直接从 GitHub 和 PyPI 动态获取、缓存并提供官方 Flet 文档和生态系统包。

功能特性

  • GitHub 树同步:实时映射文档。

  • 智能缓存:使用 diskcache 实现快速响应。

  • 生态系统发现:查找并验证官方及社区的 Flet 包。

  • AI 优化:专为大语言模型 (LLM) 理解而设计的工具定义。

Related MCP server: MPC Docs Server

包含的工具

1. list_flet_controls

列出所有可用的 Flet UI 控件。

2. search_flet_docs(query)

搜索文档索引。

3. get_flet_doc(doc_path)

获取特定文档的原始 Markdown 内容。

4. list_official_packages()

列出官方 Flet 扩展包。

5. search_flet_ecosystem(query)

搜索经过验证的社区 Flet 组件。

6. get_package_details(package_name)

从 PyPI 获取版本和安装信息。

客户端配置示例

🌌 Antigravity / Cascade

将其添加到你的 mcp_config.json 中:

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

🤖 Claude Desktop

将其添加到你的 claude_desktop_config.json 中:

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

💻 Cursor / Windsurf

在你的 IDE 的 MCP 设置中,添加一个新服务器:

  • 名称: Flet MCP

  • 类型: 命令

  • 命令: uvx flet-mcp-server

开发

目录结构

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

安装

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

测试

uv run pytest

许可证

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