MCP Catalogs
Homeclaude-talk-to-figma-mcp screenshot

claude-talk-to-figma-mcp

by arinspunk·593·Score 53

An MCP server that enables AI agents to interact with Figma designs through reading, analysis, and modification capabilities.

developer-toolsai-llmproductivity
111
Forks
2
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server bridges AI systems with Figma design tools, allowing agents to automate design tasks, analyze visual elements, and modify designs programmatically. It works with Figma's free accounts without requiring a Dev Mode license, making it accessible to a wide range of users. The server implements a WebSocket-based architecture that supports parallel execution from multiple AI agents while preventing conflicts through command queuing.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Automating accessibility audits by detecting contrast issues in designs
you:Performing bulk style updates across entire design documents
you:Generating React/Vue/SwiftUI components directly from Figma designs

When to choose this

Choose this MCP server when you need AI agents to interact with Figma designs and you don't have a paid Figma Dev Mode license.

When NOT to choose this

Don't choose this if you need advanced Figma Variables support or are working exclusively in a team environment with strict Figma Dev Mode licensing.

Tools this server exposes

12 tools extracted from the README
  • get_document_info

    Get information about the current Figma document

  • get_current_selection

    Get information about currently selected elements in Figma

  • scan_text

    Scan for text elements in the Figma document

  • audit_components

    Audit components in the Figma document

  • export_assets

    Export assets from the Figma document

  • create_frame

    Create a new frame in the Figma document

  • create_text

    Create a new text element in the Figma document

  • create_shape

    Create a shape element in the Figma document

  • modify_colors

    Modify colors of elements in the Figma document

  • set_styles

    Set styles for elements in the Figma document

  • clone_element

    Clone an existing element in the Figma document

  • group_elements

    Group multiple elements together in the Figma document

Note: Tool names inferred from the capabilities section. README mentions a 'complete command list' but doesn't show actual tool names or signatures.

Comparable tools

cursor-talk-to-figma-mcpfigma-mcp

Installation

Installation

  1. Install and start the WebSocket:

``bash npx claude-talk-to-figma-mcp ``

  1. Install the plugin in Figma:

- Open Figma Desktop - Go to Menu → Plugins → Development → Import plugin from manifest - Select src/claude_mcp_plugin/manifest.json

  1. Configure your Agentic Tool:

**Claude Desktop**: Download and double-click claude-talk-to-figma-mcp.dxt **Cursor**: Add to mcp.json: ``json { "mcpServers": { "ClaudeTalkToFigma": { "command": "npx", "args": ["-p", "claude-talk-to-figma-mcp@latest", "claude-talk-to-figma-mcp-server"] } } } ``

Compare claude-talk-to-figma-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.