The Figma Flutter MCP server converts Figma design tokens into Flutter code. It exposes Figma's design system to AI agents, providing tools to generate Flutter widgets and styles. The server connects to Figma's API to fetch design tokens and outputs Dart code for Flutter apps. Developers use it to automate UI development, ensuring design consistency between Figma and Flutter.
The Figma Flutter MCP server converts Figma design tokens into Flutter code. It exposes Figma's design system to AI agents, providing tools to generate Flutter widgets and styles. The server connects to Figma's API to fetch design tokens and outputs Dart code for Flutter apps. Developers use it to automate UI development, ensuring design consistency between Figma and Flutter.
npx -y figma-flutter-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mhmzdev-figma-flutter-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y figma-flutter-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from figma flutter mcp?"
API Key Required
This server requires an API key from figma flutter mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| FIGMA_FLUTTER_MCP_API_KEY | Yes | Your figma flutter mcp API key |
"What resources are available in figma flutter mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in figma flutter mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in figma flutter mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.