MCP server to provide Figma layout information to AI coding agents like Cursor
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"Figma-Context-MCP": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-Figma-Context-MCP"
]
}
}
}