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.
Automating repetitive design edits in Figma from an AI agent.
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 Code
claude mcp add talk-to-figma-mcp -- bunx cursor-talk-to-figma-mcp@latestCursor
{
"mcpServers": {
"talk-to-figma-mcp": {
"command": "bunx",
"args": ["cursor-talk-to-figma-mcp@latest"]
}
}
}VS Code
{
"servers": {
"talk-to-figma-mcp": {
"type": "stdio",
"command": "bunx",
"args": ["cursor-talk-to-figma-mcp@latest"]
}
}
}Claude Desktop
{
"mcpServers": {
"talk-to-figma-mcp": {
"command": "bunx",
"args": ["cursor-talk-to-figma-mcp@latest"]
}
}
}Codex
[mcp_servers.talk-to-figma-mcp]
command = "bunx"
args = ["cursor-talk-to-figma-mcp@latest"]Talk to Figma MCP (Grab) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Talk to Figma MCP (Grab)this listing | 7.0k | JavaScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Talk to Figma MCP (Grab) alternatives, compared →
