Figma
Pull design context, variables, and component metadata from Figma files into your coding agent.
Add Figma to your agent
Remote OAuth server. Figma recommends the /add-plugin figma flow in Cursor; this manual URL config matches their docs.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"figma": {
"url": "https://mcp.figma.com/mcp"
}
}
}
Add this block under mcpServers, then restart Cursor.