figma mcp go for Cursor
io.github.vkhanhqui/figma-mcp-go
Figma MCP server with full read/write access via plugin — no API token, no rate limits. 73 tools.
client:Cursor
transport:stdio
runtime:npm
Install figma mcp go in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"figma-mcp-go": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vkhanhqui/figma-mcp-go"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs