Skip to content
Agent Search Engine.

Record · talk-to-figmMCP serverOpen sourceVerified Sep 23, 2026

Talk to Figma MCP (Grab)

Let Cursor, Claude Code or Codex read and modify Figma designs through a plugin and WebSocket bridge.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Automating repetitive design edits in Figma from an AI agent.

Avoid if

You can't run the Figma plugin and a local WebSocket server alongside the MCP server; all three are required.

About Talk to Figma MCP (Grab)

Talk to Figma MCP, published by Grab, pairs a TypeScript MCP server with a Figma plugin connected through a local WebSocket server, so an agent can read designs and change them programmatically, for example bulk-replacing text content. It runs with Bun.

Talk to Figma MCP (Grab) is an open-source project written primarily in JavaScript, with 7.0k stars on GitHub. It was last updated in July 2026.

Add Talk to Figma MCP (Grab) to your MCP client

Generated from the launch command in the project's README. Your client starts the server on demand.

Claude CodeRun in your terminal
claude mcp add talk-to-figma-mcp -- bunx cursor-talk-to-figma-mcp@latest
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "talk-to-figma-mcp": {
      "command": "bunx",
      "args": ["cursor-talk-to-figma-mcp@latest"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "talk-to-figma-mcp": {
      "type": "stdio",
      "command": "bunx",
      "args": ["cursor-talk-to-figma-mcp@latest"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "talk-to-figma-mcp": {
      "command": "bunx",
      "args": ["cursor-talk-to-figma-mcp@latest"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.talk-to-figma-mcp]
command = "bunx"
args = ["cursor-talk-to-figma-mcp@latest"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Talk to Figma MCP (Grab) vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Talk to Figma MCP (Grab)MCP serverthis listing7.0kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Talk to Figma MCP (Grab) alternatives, compared →