Figma Context MCP
Rank #58io.github.GLips/Figma-Context-MCP
Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.
Figma Context MCP is a Model Context Protocol (MCP) server published by glips. It ranks #58 of 115,460 servers tracked on MCP Toplist, and its repository has 15,736 GitHub stars. Figma Context MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 12 tracked versions. It was first listed on Feb 13, 2025 and most recently updated on Apr 20, 2026.
Ranks ahead of 115,402 of 115,460 servers on MCP Toplist.
Use Figma Context MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add figma-context-mcp -e "FIGMA_API_KEY=<your FIGMA_API_KEY>" -- npx -y figma-developer-mcp --stdioReplace each placeholder with your own value before saving.
[mcp_servers.figma-context-mcp]
command = "npx"
args = ["-y", "figma-developer-mcp", "--stdio"]
[mcp_servers.figma-context-mcp.env]
FIGMA_API_KEY = "<your FIGMA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"figma-context-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"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-context-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"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-context-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"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-context-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"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-context-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"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.GLips%2FFigma-Context-MCP)<a href="https://mcptoplist.com/server/io.github.GLips%2FFigma-Context-MCP"><img src="https://mcptoplist.com/badge/io.github.GLips%2FFigma-Context-MCP.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
glips
Available versions (12)
| Version | Published |
|---|---|
| 0.11.0 | Apr 20, 2026 |
| 0.10.1 | Apr 10, 2026 |
| 0.10.0 | Apr 10, 2026 |
| 0.9.0 | Apr 9, 2026 |
| 0.8.1 | Apr 7, 2026 |
| 0.8.0 | Mar 24, 2026 |
| 0.7.1 | Mar 20, 2026 |
| 0.7.0 | Mar 19, 2026 |
| 0.6.6 | Mar 4, 2026 |
| 0.6.4 | Feb 19, 2026 |
| 0.6.0 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Figma Context MCP?
- Figma Context MCP is maintained by glips, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Figma Context MCP listed on the Official MCP Registry?
- Yes — Figma Context MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Figma Context MCP have?
- MCP Toplist tracks 12 versions of Figma Context MCP, most recently published on Apr 20, 2026.
- Where can I find the source code for Figma Context MCP?
- The source code for Figma Context MCP is hosted at github.com/glips/figma-context-mcp.