Figma
HTTP-SSEAI-powered Figma design creation and modification using natural language prompts.
AI-powered Figma design creation and modification using natural language prompts.
A complete solution for creating and modifying Figma designs through Cursor Agent using the Model Context Protocol.
Blog: https://xflux.us/2025/04/06/ai-powered-design-automation-building-a-figma-mcp-with-cursor/

This project enables AI-powered design creation in Figma using natural language prompts through Cursor Agent. It consists of two main components:
With this integration, you can use natural language to:
cd figma-mcp-server cp .env.example .env # Edit this file to add your Figma token bun install bun run index.ts
cd figma-plugin npm install npm run build
Then import the plugin into Figma:
figma-plugin/manifest.json fileIn Cursor:
http://localhost:3000/api/mcp/schemaFor more detailed instructions, see:
Once everything is set up, you can use Cursor Agent to create designs with prompts like:
Create a landing page with a header, hero section with heading "Our Product" and subheading "The best solution for your needs", 3 features in the features section, and a footer with contact information.
MIT