Awesome MCPDesign & Visualization

mhmzdev/figma-flutter-mcp

⭐ 244 TypeScript repository created 2025-08-20

Figma Flutter MCP is a Model Context Protocol server, published on npm as figma-flutter-mcp, that gives AI coding agents access to Figma design data so they can implement the design in Flutter. It requires a Figma personal access token and is configured in a client such as Cursor with an npx command and a --figma-api-key argument over stdio; for local work the repository can be cloned and run as an HTTP server that the client reaches at a /mcp endpoint. The server does not generate Flutter files itself. For components and widgets it extracts node data such as layout, styling, dimensions, colors and text content, analyses the structure of child elements and nested components, and returns suggestions for matching Flutter widgets and implementation patterns. For screens it extracts metadata such as device type, orientation and dimensions, identifies sections including header, footer, navigation and content areas, analyses navigation elements such as tab bars, app bars and drawers, and returns guidance on the Scaffold structure. Image assets are exported automatically during screen generation and placed under assets/ with the matching pubspec.yaml entries; SVG assets are exported by explicit request and may fail when the source vectors are ungrouped or scrambled. The documented workflow starts by extracting theme colors and typography from dedicated Figma frames, then generating individual widgets from Figma components (variants map onto named constructors), then whole screens. Because the output is guidance rather than code, the README recommends pairing it with agent instruction files such as Cursor rules, CLAUDE.md or GEMINI.md. The README is also available in Korean, Japanese and both Chinese scripts. Licensed under MIT.

https://github.com/mhmzdev/figma-flutter-mcp

mcp-serverfigmaflutterdesign-to-codetypescriptcursoruicode-generation

Also in Design & Visualization

ahujasid/blender-mcp

An MCP server and Blender add-on that lets a model inspect and manipulate a Blender scene for prompt-driven 3D modelling.

pascalorg/editor

Browser-based 3D architectural building editor built with React Three Fiber and WebGPU that ships an MCP server package exposing scene tools, resources, prompts and local storage to MCP-compatible AI hosts.

GLips/Figma-Context-MCP

GLips/Figma-Context-MCP is an MCP server that provides Figma layout and design information to AI coding agents like Cursor, enabling accurate one-shot design implementation in code.

markmap/markmap

Markmap is a tool that visualizes Markdown content as interactive mindmaps and includes an MCP Server for enhanced interoperability within the Model Context Protocol ecosystem.

sonnylazuardi/cursor-talk-to-figma-mcp

Cursor Talk to Figma MCP integrates Cursor AI with Figma using the Model Context Protocol to enable programmatic reading and modification of Figma designs for enhanced design automation.

antvis/mcp-server-chart

mcp-server-chart is a TypeScript-based Model Context Protocol server by AntV that generates over 25 types of visual charts using the AntV library and returns image URLs for each chart.

neka-nat/freecad-mcp

FreeCAD MCP is an MCP server that enables automated and scripted control of FreeCAD through Claude Desktop for enhanced CAD modeling workflows.

GongRzhe/Office-PowerPoint-MCP-Server

Office-PowerPoint-MCP-Server is a comprehensive MCP server enabling programmatic creation and manipulation of PowerPoint presentations using the MCP protocol and python-pptx, featuring 32 tools across 11 modules for professional presentation automation.