Figma Context MCP for Cursor
io.github.glips/figma-context-mcp
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
client:Cursor
transport:stdio
runtime:npm
Install Figma Context MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"figma-context-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
],
"env": {
"FIGMA_API_KEY": "<FIGMA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs