TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cursor-talk-to-figma": {
"command": "npx",
"args": [
"-y",
"grab/cursor-talk-to-figma-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cursor-talk-to-figma npx -y grab/cursor-talk-to-figma-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cursor-talk-to-figma": {
"command": "npx",
"args": [
"-y",
"grab/cursor-talk-to-figma-mcp"
]
}
}
}
📋 Copy