MCP Server
Figma (figma-mcp-go) MCP Server
by vkhanhqui
Local Figma access without REST API rate limits.
About Figma (figma-mcp-go)
A free, open-source Figma MCP server that bypasses Figma's REST API rate limits. Reads Figma file data directly through a custom plugin bridge, requires no API token, and operates entirely locally. Provides extensive data retrieval for document structure, selection, styles, variables, components, and supports screenshot export of any node.
Tags
figmadesignno-rate-limitplugin
How to install Figma (figma-mcp-go)
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"figma-vkhanhqui": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-figma-vkhanhqui"]
}
}
}Example shape only — see the repository for the canonical install command.