Figma MCP Go
Rank #516io.github.vkhanhqui/figma-mcp-go
Figma MCP server with full read/write access via plugin — no API token, no rate limits. 73 tools.
Figma MCP Go is a Model Context Protocol (MCP) server published by vkhanhqui. It ranks #516 of 115,460 servers tracked on MCP Toplist, and its repository has 1,274 GitHub stars. Figma MCP Go is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 16 tracked versions. It was first listed on Mar 26, 2026 and most recently updated on Apr 12, 2026.
Ranks ahead of 114,944 of 115,460 servers on MCP Toplist.
Use Figma MCP Go
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add figma-mcp-go -- npx -y @vkhanhqui/figma-mcp-go[mcp_servers.figma-mcp-go]
command = "npx"
args = ["-y", "@vkhanhqui/figma-mcp-go"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"figma-mcp-go": {
"command": "npx",
"args": [
"-y",
"@vkhanhqui/figma-mcp-go"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"figma-mcp-go": {
"command": "npx",
"args": [
"-y",
"@vkhanhqui/figma-mcp-go"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"figma-mcp-go": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vkhanhqui/figma-mcp-go"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"figma-mcp-go": {
"command": "npx",
"args": [
"-y",
"@vkhanhqui/figma-mcp-go"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"figma-mcp-go": {
"command": "npx",
"args": [
"-y",
"@vkhanhqui/figma-mcp-go"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vkhanhqui%2Ffigma-mcp-go)<a href="https://mcptoplist.com/server/io.github.vkhanhqui%2Ffigma-mcp-go"><img src="https://mcptoplist.com/badge/io.github.vkhanhqui%2Ffigma-mcp-go.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
vkhanhqui
Available versions (16)
| Version | Published |
|---|---|
| 0.1.3 | Apr 12, 2026 |
| 0.1.2 | Apr 12, 2026 |
| 0.1.1 | Apr 11, 2026 |
| 0.1.0 | Apr 8, 2026 |
| 0.0.9 | Apr 6, 2026 |
| 0.0.8 | Apr 6, 2026 |
| 0.0.7 | Apr 5, 2026 |
| 0.0.6 | Apr 5, 2026 |
| 0.0.5 | Apr 4, 2026 |
| 0.0.4 | Apr 3, 2026 |
| 0.0.3 | Apr 3, 2026 |
| 0.0.3-alpha | Apr 1, 2026 |
| v0.0.2 | Mar 29, 2026 |
| v0.0.2-alpha | Mar 28, 2026 |
| v0.0.1 | Mar 28, 2026 |
| v0.0.1-alpha | Mar 26, 2026 |
Frequently asked questions
- Who maintains Figma MCP Go?
- Figma MCP Go is maintained by vkhanhqui, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is Figma MCP Go listed on the Official MCP Registry?
- Yes — Figma MCP Go is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Figma MCP Go have?
- MCP Toplist tracks 16 versions of Figma MCP Go, most recently published on Apr 12, 2026.
- Where can I find the source code for Figma MCP Go?
- The source code for Figma MCP Go is hosted at github.com/vkhanhqui/figma-mcp-go.