An MCP server that provides the coding agents Figma's design token to write Flutter code.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"figma-flutter-mcp": {
"command": "npx",
"args": [
"-y",
"mhmzdev/figma-flutter-mcp"
]
}
}
}
Run in terminal:
claude mcp add figma-flutter-mcp npx -y mhmzdev/figma-flutter-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"figma-flutter-mcp": {
"command": "npx",
"args": [
"-y",
"mhmzdev/figma-flutter-mcp"
]
}
}
}