Figma MCP Server
Rank #3,028io.github.planetabhi/figma-mcp-server
A local MCP server with full Figma REST API coverage.
Figma MCP Server is a Model Context Protocol (MCP) server published by planetabhi. It ranks #3,028 of 115,591 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Figma MCP Server is listed across 3 registries — Official MCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Jun 4, 2025 and most recently updated on Aug 16, 2026.
Ranks ahead of 112,563 of 115,591 servers on MCP Toplist.
Use Figma MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add figma-mcp-server -e "FIGMA_API_KEY=<your FIGMA_API_KEY>" -- npx -y figma-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.figma-mcp-server]
command = "npx"
args = ["-y", "figma-mcp-server"]
[mcp_servers.figma-mcp-server.env]
FIGMA_API_KEY = "<your FIGMA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"figma-mcp-server": {
"command": "npx",
"args": [
"-y",
"figma-mcp-server"
],
"env": {
"FIGMA_API_KEY": "<your FIGMA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"figma-mcp-server": {
"command": "npx",
"args": [
"-y",
"figma-mcp-server"
],
"env": {
"FIGMA_API_KEY": "<your FIGMA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"figma-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figma-mcp-server"
],
"env": {
"FIGMA_API_KEY": "<your FIGMA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"figma-mcp-server": {
"command": "npx",
"args": [
"-y",
"figma-mcp-server"
],
"env": {
"FIGMA_API_KEY": "<your FIGMA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"figma-mcp-server": {
"command": "npx",
"args": [
"-y",
"figma-mcp-server"
],
"env": {
"FIGMA_API_KEY": "<your FIGMA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.planetabhi%2Ffigma-mcp-server)<a href="https://mcptoplist.com/server/io.github.planetabhi%2Ffigma-mcp-server"><img src="https://mcptoplist.com/badge/io.github.planetabhi%2Ffigma-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
planetabhi
Available versions (4)
| Version | Published |
|---|---|
| 3.1.1 | Aug 16, 2026 |
| 3.1.0 | Aug 9, 2026 |
| 3.0.2 | Aug 6, 2026 |
| 3.0.1 | Aug 5, 2026 |
Frequently asked questions
- Who maintains Figma MCP Server?
- Figma MCP Server is maintained by planetabhi, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Figma MCP Server listed on the Official MCP Registry?
- Yes — Figma MCP Server is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does Figma MCP Server have?
- MCP Toplist tracks 4 versions of Figma MCP Server, most recently published on Aug 16, 2026.
- Where can I find the source code for Figma MCP Server?
- The source code for Figma MCP Server is hosted at github.com/planetabhi/figma-mcp-server.