FlutterFlow MCP Server
Connects AI coding agents to FlutterFlow projects, enabling browsing, inspection, and modification of projects directly from the assistant.
README
FlutterFlow MCP Server
A custom Model Context Protocol (MCP) server that connects AI coding agents like Claude Code to your FlutterFlow projects.
Browse, inspect, and modify your FlutterFlow projects directly from your AI assistant — no copy-pasting YAML or switching between tabs.
Features
- 20 tools for full project management
- Local caching — syncs your project once, then works offline
- Safe editing workflow — validate YAML before pushing changes
- Code export — download the full Flutter source code to your machine
- Firebase deployment — deploy Firestore rules and indexes
- 100% open source — you control every line of code
Quick Start
1. Install
git clone https://github.com/erniecode/flutterflow-mcp.git
cd flutterflow-mcp
npm install
npm run build
2. Get your FlutterFlow API Token
- Go to FlutterFlow Account Settings
- Generate an API token (requires a paid FlutterFlow subscription)
3. Add to Claude Code
Run this command in your terminal:
claude mcp add flutterflow --scope user -- node /path/to/flutterflow-mcp/dist/index.js
Then add your API token to the MCP config in ~/.claude.json:
{
"mcpServers": {
"flutterflow": {
"type": "stdio",
"command": "node",
"args": ["/path/to/flutterflow-mcp/dist/index.js"],
"env": {
"FLUTTERFLOW_API_TOKEN": "your-token-here"
}
}
}
}
4. Restart Claude Code
The FlutterFlow tools will now be available. Try asking:
"List my FlutterFlow projects"
Available Tools
Project Management
| Tool | Description |
|---|---|
list_projects |
List all FlutterFlow projects accessible with your API token |
sync_project |
Download and cache all YAML files for a project locally |
list_files |
List all YAML file keys in a project |
search_files |
Search cached file keys by prefix (e.g. page/, component/) |
Pages & Components
| Tool | Description |
|---|---|
list_pages |
List all pages in a project |
get_page |
Get the full YAML content of a specific page |
get_page_summary |
Get a high-level summary of a page's structure |
Project Configuration
| Tool | Description |
|---|---|
get_theme |
Get theme configuration (colors, typography, breakpoints) |
get_app_state |
Get global app state variables |
get_settings |
Get general project settings |
get_api_endpoints |
List REST API endpoints defined in the project |
get_data_models |
Get data models, structs, enums, and database collections |
get_custom_code |
Get custom actions, functions, and widgets |
YAML Operations
| Tool | Description |
|---|---|
get_yaml |
Get raw YAML content of any file by key |
validate_yaml |
Validate YAML changes before applying (always do this first!) |
update_yaml |
Push YAML changes to FlutterFlow (irreversible!) |
clear_cache |
Clear the local cache for a project |
CLI Tools (requires flutterflow_cli)
| Tool | Description |
|---|---|
check_cli |
Check if the FlutterFlow CLI is installed |
export_code |
Export/download Flutter source code from a project |
deploy_firebase |
Deploy Firebase configuration for a project |
To use CLI tools, install the FlutterFlow CLI:
dart pub global activate flutterflow_cli
Typical Workflow
1. list_projects → find your project ID
2. sync_project → cache all files locally
3. list_pages → see what pages exist
4. get_page_summary → understand a page's structure
5. get_yaml → read the full YAML
6. validate_yaml → check your changes are valid
7. update_yaml → push changes to FlutterFlow
Architecture
src/
index.ts → MCP server entry point (stdio transport)
api/
flutterflow.ts → FlutterFlow REST API client
tools/
projects.ts → Project management tools
pages.ts → Page/component exploration tools
config.ts → Theme, settings, data model tools
yaml-ops.ts → YAML read/validate/update tools
cli.ts → FlutterFlow CLI wrapper tools
utils/
cache.ts → Local file-based caching layer
FlutterFlow API
This server uses the FlutterFlow Project API:
- Base URL:
https://api.flutterflow.io/v2 - Auth: Bearer token
- Endpoints:
listProjects,listPartitionedFileNames,projectYamls,validateProjectYaml,updateProjectByYaml
Safety Notes
update_yamlmodifies your live FlutterFlow project and cannot be undone- Always run
validate_yamlbeforeupdate_yaml - Start with read-only tools (
list_*,get_*,sync_*) to get familiar - Use a test project before working on production projects
- Your API token is stored locally in
~/.claude.json— never commit this file
Requirements
- Node.js 18+
- FlutterFlow account with API access (paid plan)
- Claude Code (or any MCP-compatible AI agent)
- Optional: Dart SDK +
flutterflow_clifor code export/Firebase deploy
License
MIT
Built with Claude Code by @erniecode
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。