MCP.so
登录
Z

Zapcode Figma Mcp

@Zapcode-FTC

关于 Zapcode Figma Mcp

# Zapcode Figma MCP Server

基本信息

分类

媒体与设计

传输方式

stdio

发布者

Zapcode-FTC

提交者

ZapCode

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "zapcode-figma": {
      "command": "npx",
      "args": [
        "-y",
        "zapcode-figma-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

媒体与设计 分类下的更多 MCP 服务器