Figma MCP
Rank #21,428io.scalably/figma-mcp
Figma MCP: list frames in a file and fetch one frame's JSON and image safely. 2 tools.
Figma MCP is a Model Context Protocol (MCP) server published by scalably-io. It ranks #21,428 of 132,113 servers tracked on MCP Toplist. Figma MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Sep 8, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 110,685 of 132,113 servers on MCP Toplist.
Use Figma MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add figma-mcp -e "FIGMA_TOKEN=<your FIGMA_TOKEN>" -e "FIGMA_API_BASE_URL=<your FIGMA_API_BASE_URL>" -e "FIGMA_REQUEST_TIMEOUT_MS=<your FIGMA_REQUEST_TIMEOUT_MS>" -e "FIGMA_MAX_JSON_BYTES=<your FIGMA_MAX_JSON_BYTES>" -e "FIGMA_MAX_FRAME_BYTES=<your FIGMA_MAX_FRAME_BYTES>" -e "FIGMA_OUTPUT_ROOT=<your FIGMA_OUTPUT_ROOT>" -e "FIGMA_ALLOW_HTTP_FOR_TESTS=<your FIGMA_ALLOW_HTTP_FOR_TESTS>" -- npx -y @scalably-io/figma-mcpReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/figma-mcp/releases/download/v1.0.1/figma-mcp.mcpb` — install it through your client’s extension manager.
[mcp_servers.figma-mcp]
command = "npx"
args = ["-y", "@scalably-io/figma-mcp"]
[mcp_servers.figma-mcp.env]
FIGMA_TOKEN = "<your FIGMA_TOKEN>"
FIGMA_API_BASE_URL = "<your FIGMA_API_BASE_URL>"
FIGMA_REQUEST_TIMEOUT_MS = "<your FIGMA_REQUEST_TIMEOUT_MS>"
FIGMA_MAX_JSON_BYTES = "<your FIGMA_MAX_JSON_BYTES>"
FIGMA_MAX_FRAME_BYTES = "<your FIGMA_MAX_FRAME_BYTES>"
FIGMA_OUTPUT_ROOT = "<your FIGMA_OUTPUT_ROOT>"
FIGMA_ALLOW_HTTP_FOR_TESTS = "<your FIGMA_ALLOW_HTTP_FOR_TESTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/figma-mcp/releases/download/v1.0.1/figma-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"figma-mcp": {
"command": "npx",
"args": [
"-y",
"@scalably-io/figma-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"FIGMA_API_BASE_URL": "<your FIGMA_API_BASE_URL>",
"FIGMA_REQUEST_TIMEOUT_MS": "<your FIGMA_REQUEST_TIMEOUT_MS>",
"FIGMA_MAX_JSON_BYTES": "<your FIGMA_MAX_JSON_BYTES>",
"FIGMA_MAX_FRAME_BYTES": "<your FIGMA_MAX_FRAME_BYTES>",
"FIGMA_OUTPUT_ROOT": "<your FIGMA_OUTPUT_ROOT>",
"FIGMA_ALLOW_HTTP_FOR_TESTS": "<your FIGMA_ALLOW_HTTP_FOR_TESTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/figma-mcp/releases/download/v1.0.1/figma-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"figma-mcp": {
"command": "npx",
"args": [
"-y",
"@scalably-io/figma-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"FIGMA_API_BASE_URL": "<your FIGMA_API_BASE_URL>",
"FIGMA_REQUEST_TIMEOUT_MS": "<your FIGMA_REQUEST_TIMEOUT_MS>",
"FIGMA_MAX_JSON_BYTES": "<your FIGMA_MAX_JSON_BYTES>",
"FIGMA_MAX_FRAME_BYTES": "<your FIGMA_MAX_FRAME_BYTES>",
"FIGMA_OUTPUT_ROOT": "<your FIGMA_OUTPUT_ROOT>",
"FIGMA_ALLOW_HTTP_FOR_TESTS": "<your FIGMA_ALLOW_HTTP_FOR_TESTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/figma-mcp/releases/download/v1.0.1/figma-mcp.mcpb` — install it through your client’s extension manager.
{
"servers": {
"figma-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scalably-io/figma-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"FIGMA_API_BASE_URL": "<your FIGMA_API_BASE_URL>",
"FIGMA_REQUEST_TIMEOUT_MS": "<your FIGMA_REQUEST_TIMEOUT_MS>",
"FIGMA_MAX_JSON_BYTES": "<your FIGMA_MAX_JSON_BYTES>",
"FIGMA_MAX_FRAME_BYTES": "<your FIGMA_MAX_FRAME_BYTES>",
"FIGMA_OUTPUT_ROOT": "<your FIGMA_OUTPUT_ROOT>",
"FIGMA_ALLOW_HTTP_FOR_TESTS": "<your FIGMA_ALLOW_HTTP_FOR_TESTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/figma-mcp/releases/download/v1.0.1/figma-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"figma-mcp": {
"command": "npx",
"args": [
"-y",
"@scalably-io/figma-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"FIGMA_API_BASE_URL": "<your FIGMA_API_BASE_URL>",
"FIGMA_REQUEST_TIMEOUT_MS": "<your FIGMA_REQUEST_TIMEOUT_MS>",
"FIGMA_MAX_JSON_BYTES": "<your FIGMA_MAX_JSON_BYTES>",
"FIGMA_MAX_FRAME_BYTES": "<your FIGMA_MAX_FRAME_BYTES>",
"FIGMA_OUTPUT_ROOT": "<your FIGMA_OUTPUT_ROOT>",
"FIGMA_ALLOW_HTTP_FOR_TESTS": "<your FIGMA_ALLOW_HTTP_FOR_TESTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/figma-mcp/releases/download/v1.0.1/figma-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"figma-mcp": {
"command": "npx",
"args": [
"-y",
"@scalably-io/figma-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"FIGMA_API_BASE_URL": "<your FIGMA_API_BASE_URL>",
"FIGMA_REQUEST_TIMEOUT_MS": "<your FIGMA_REQUEST_TIMEOUT_MS>",
"FIGMA_MAX_JSON_BYTES": "<your FIGMA_MAX_JSON_BYTES>",
"FIGMA_MAX_FRAME_BYTES": "<your FIGMA_MAX_FRAME_BYTES>",
"FIGMA_OUTPUT_ROOT": "<your FIGMA_OUTPUT_ROOT>",
"FIGMA_ALLOW_HTTP_FOR_TESTS": "<your FIGMA_ALLOW_HTTP_FOR_TESTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/scalably-io/figma-mcp/releases/download/v1.0.1/figma-mcp.mcpb` — install it through your client’s extension manager.
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.scalably%2Ffigma-mcp)<a href="https://mcptoplist.com/server/io.scalably%2Ffigma-mcp"><img src="https://mcptoplist.com/badge/io.scalably%2Ffigma-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
scalably-io
Other servers by scalably-io
- Google Search Console MCP#17,998 · 2 vers
- Google Analytics 4 MCP#22,127 · 2 vers
- Google Ads MCP#22,128 · 2 vers
- DataForSEO MCP#23,804 · 2 vers
- Hunter MCP#30,471 · 1 ver
- Klaviyo MCP#30,472 · 1 ver
- example-mcp#35,201
- Shopify Admin MCP Server (Read-Only)#47,169 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Sep 9, 2026 |
| 1.0.0 | Sep 9, 2026 |
Frequently asked questions
- Who maintains Figma MCP?
- Figma MCP is maintained by scalably-io, which publishes 13 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Figma MCP listed on the Official MCP Registry?
- Yes — Figma MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Figma MCP have?
- MCP Toplist tracks 2 versions of Figma MCP, most recently published on Sep 9, 2026.
- Where can I find the source code for Figma MCP?
- The source code for Figma MCP is hosted at github.com/scalably-io/figma-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.