flet-mcp-server
Flet MCP 서버
공식 Flet 문서와 생태계 패키지를 GitHub 및 PyPI에서 직접 동적으로 가져오고, 캐싱하며, 제공하는 자동 업데이트 MCP(Model Context Protocol) 서버입니다.
주요 기능
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