Back to MCP directory
publicPublicdnsLocal runtime

figma-mcp-flutter-test

使用Figma MCP服务将设计转换为Flutter代码的实验项目

article

README

🚀 基于Figma MCP服务器在Flutter中重现Figma设计的实验项目

本项目是一个实验项目,旨在借助 Figma MCP 服务器,在 Flutter 框架里重现 Figma 设计,为设计与开发的高效衔接提供一种新的尝试,助力开发者更便捷地将设计转化为实际的 Flutter 应用界面。

🚀 快速开始

由于原文档未提供具体的快速开始内容,暂无法详细展开。若后续有相关信息,可补充关于如何启动该实验项目的步骤,例如环境准备、依赖安装等内容。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client