Figma Context MCP for Windsurf
io.github.glips/figma-context-mcp
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
client:Windsurf
transport:stdio
runtime:npm
Install Figma Context MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"figma-context-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp"
],
"env": {
"FIGMA_API_KEY": "<FIGMA_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs