Zapcode Figma Mcp
@Zapcode-FTC
About Zapcode Figma Mcp
# Zapcode Figma MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zapcode-figma": {
"command": "npx",
"args": [
"-y",
"zapcode-figma-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Zapcode Figma MCP?
Zapcode Figma MCP is a server that connects Figma designs to AI tools such as Claude Desktop, Claude Code, Cursor, and Cline. It provides real-time HTML, CSS, images, and assets from selected Figma frames through the Model Context Protocol.
How to use Zapcode Figma MCP?
Install the Zapcode Figma plugin from the Figma Community, then configure an MCP-compatible client (e.g., Claude Desktop, Cursor) by adding a JSON entry with the command npx -y zapcode-figma-mcp. After restarting the client and running the plugin in Figma, select a frame and ask the AI to fetch the design context.
Key features of Zapcode Figma MCP
- Fetches live data from your currently selected Figma frame.
- Exports SVG, PNG, JPG, PDF, and all Figma asset types.
- Saves assets to custom paths or default workspace location.
- Automatically organizes assets by type (svg/, png/, jpg/).
- Zero configuration with npx.
- Provides HTML structure, CSS styles, images, and design specifications.
Use cases of Zapcode Figma MCP
- Converting Figma frames into real-time HTML and CSS for web development.
- Extracting design specifications and assets for handoff to developers.
- Using AI code editors to generate code directly from live Figma selections.
- Automatically organizing exported assets by type for project integration.
FAQ from Zapcode Figma MCP
What are the prerequisites?
Node.js 16 or later, the Figma Desktop app, and the Zapcode Figma plugin installed from the Figma Community.
How do I configure the server for Claude Desktop?
Add the following to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\): {"mcpServers": {"zapcode-figma": {"command": "npx", "args": ["-y", "zapcode-figma-mcp"]}}}. Then restart Claude Desktop.
Why is the Figma plugin not connected?
Cause: the MCP server cannot reach the Zapcode Figma plugin. Solution: open your design file in the Figma Desktop app, run the Zapcode plugin (Plugins → Zapcode), keep the plugin window open, and retry the MCP tool.
Why are assets not saving?
Cause: permission issues or an invalid path. Solution: ensure the target assets directory (or its parent) exists and is writable. Use absolute paths and check file permissions on the target directory.
What clients are supported?
Claude Desktop, Claude Code, Cursor, Cline, Windsurf, Zed (MCP in preview), Continue, and GitHub Copilot (with MCP support in VS Code).
More Media & Design MCP servers
Video Editor MCP server
burningionMCP Interface for Video Jungle

Google Maps
modelcontextprotocolModel Context Protocol Servers
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
Comments