Claude MCP Server

Claude Desktop Talk to Figma MCP

Local serverstdioGo

What is the Claude MCP server?

If you already use Claude, the claude mcp server is the piece that lets your assistant work with it directly. Claude Desktop Talk to Figma MCP.

What the server does

Enable your AI agents to read, analyze, and modify Figma designs.

Installation

Installation goes through your MCP client rather than a global install: point it at claude-talk-to-figma-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Developers — The Developers tool exposed by this server
  • Requirements — The Requirements tool exposed by this server
  • Cursor — 1. Open Cursor Settings → Tools & Integrations 2. Click "New MCP Server" to open the mcp.json file 3. Add this configuration: json {

Credentials and setup notes

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Claude's toolset — Developers, Requirements, Cursor — is a fair guide to whether it matches your workflow. It is maintained by xulio-ze; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Claude's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
DevelopersThe Developers tool exposed by this server.
RequirementsThe Requirements tool exposed by this server.
Cursor1. Open **Cursor Settings → Tools & Integrations** 2. Click **"New MCP Server"** to open the mcp.json file 3. Add this configuration: json { "mcpServers": { "ClaudeTalkToFigma": { "command": "npx", "args": ["-p", "claude

How to install the Claude MCP server

{
  "mcpServers": {
    "claude-talk-to-figma": {
      "command": "npx",
      "args": ["-y", "claude-talk-to-figma-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

Example prompts to try

  • Use Claude to Developers.
  • Use Claude to Requirements.
  • Use Claude to Cursor.

Frequently asked questions

It connects Claude to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Developers, Requirements, Cursor) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Claude directly.