cursor-talk-to-figma-mcp
This MCP server enables AI agents to interact with Figma for design reading and modification.
The TalkToFigma MCP integration allows AI agents like Cursor and Claude Code to communicate seamlessly with Figma. This integration facilitates reading design elements and programmatically modifying them, enhancing the workflow for designers and developers alike. Users can automate repetitive tasks, such as bulk text replacements and instance override propagation, significantly improving efficiency in design processes.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cursor-talk-to-figma-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cursor-talk-to-figma-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions