Figma Context MCP
Rank #51io.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 #51 of 130,187 servers tracked on MCP Toplist, and its repository has 15,870 GitHub stars. Figma Context MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 16 tracked versions. It was first listed on Feb 13, 2025 and most recently updated on Jun 18, 2026.
Ranks ahead of 130,136 of 130,187 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 130,187" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
glips
Available versions (16)
| Version | Published |
|---|---|
| 0.13.2 | Jun 18, 2026 |
| 0.13.1 | Jun 18, 2026 |
| 0.13.0 | Jun 18, 2026 |
| 0.12.0 | May 27, 2026 |
| 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 (16 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 16 versions of Figma Context MCP, most recently published on Jun 18, 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.
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.