Figma Context MCP for Cursor
io.github.felixanhalt/figma-context-mcp
LLM-optimized Figma MCP server.
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",
"@tmegit/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