Skip to main content
Developer ToolsTypeScript

mhmzdev/Figma-Flutter-MCP

Provide coding agents direct access to Figma data to help them write Flutter code for building apps including assets exports, widgets maintenance and full screens implementations.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mhmzdev/Figma-Flutter-MCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "figma-flutter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mhmzdev/Figma-Flutter-MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
mhmzdev