TC
ToolCompared
MCP Server

Claude Talk to Figma MCP Server

by arinspunk

Claude Desktop direct integration for Figma design workflows.

CommunityTypeScriptDesign Tools

About Claude Talk to Figma

Bridges the gap between Claude and Figma via MCP. Features bidirectional WebSocket communication for real-time interaction, native Claude integration, comprehensive text styling capabilities with font selection and spacing controls, and commands for scanning text nodes and setting auto-layout properties.

Tags

figmaclaudedesignwebsocket

How to install Claude Talk to Figma

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "claude-talk-to-figma": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-claude-talk-to-figma"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Design Tools