flet-mcp-server
Flet MCP Server
公式のFletドキュメントおよびエコシステムパッケージをGitHubやPyPIから直接動的に取得、キャッシュ、提供する自動更新型Model Context Protocol (MCP) サーバーです。
機能
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
タイプ: Command
コマンド:
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
Maintenance
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
- AlicenseCqualityDmaintenanceA distributable Model Context Protocol (MCP) server that exposes Dart SDK commands for AI-powered development. This server bridges the gap between AI coding assistants and Dart/Flutter development workflows by implementing the Model Context Protocol (MCP).10366MIT
- FlicenseNot gradedqualityDmaintenanceA simple Model Context Protocol server that enables searching and retrieving relevant documentation snippets from Langchain, Llama Index, and OpenAI official documentation.
- AlicenseNot gradedqualityAmaintenanceSelf-hosted MCP server that indexes documentation from various sources and makes it searchable by AI assistants via the Model Context Protocol and REST API.2371Apache 2.0
- AlicenseNot gradedqualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.MIT
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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