claude-talk-to-figma-mcp
This MCP server enables AI agents to read, analyze, and modify Figma designs seamlessly.
The Model Context Protocol (MCP) allows various AI tools, including Claude Desktop and others, to interact with Figma designs effectively. It automates repetitive design tasks for UX/UI teams, ensuring brand consistency and enhancing productivity. Developers can generate production-ready code directly from designs, reducing the friction during handoff between design and development teams. Unlike Figma's official MCP, this solution works with any Figma account, including free ones.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-talk-to-figma-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-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