claude-talk-to-figma-mcp

A Model Context Protocol (MCP) that allows Claude Desktop and other AI tools (GitHub Copilot, Cursor, etc.) to interact directly with Figma

GitHub Stars

183

User Rating

Not Rated

Favorites

0

Views

76

Forks

19

Issues

6

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Bun: Latest version
Claude Desktop: Latest version
Cursor: Latest version
Figma Desktop: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/arinspunk/claude-talk-to-figma-mcp.git
cd claude-talk-to-figma-mcp

2. Install Dependencies

bash
bun install

3. Build Execution

macOS / Linux:
bash
bun run build
Windows:
bash
bun run build:win

4. Configure Claude

bash
bun run configure-claude

5. Import Figma Plugin

Import src/claude_mcp_plugin/manifest.json into Figma

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Bun version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.

Additional Resources