Productivity|Development|Communication|AI / MLTypeScript
figma-mcp
ModelContextProtocol server for Figma's REST API enabling AI assistants to interact with Figma files.
N/A rating (0 reviews)0 installs208 GitHub stars
FigmaMCPAI
This server provides tools for viewing, commenting, and analyzing Figma designs directly through the ModelContextProtocol. Users can add Figma files to their chat, read, and post comments on those files.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"figma-mcp-1": {
"args": [
"-y",
"@MatthewDailey/figma-mcp"
],
"command": "npx"
}
}
}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.