Figma Context MCP
Rank #6,538io.github.felixAnhalt/figma-to-code-mcp
LLM-optimized Figma MCP server.
Figma Context MCP is a Model Context Protocol (MCP) server published by felixanhalt. It ranks #6,538 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Figma Context MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 18 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Jul 23, 2026.
Ranks ahead of 125,508 of 132,046 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-to-code-mcp -e "FIGMA_API_KEY=<your FIGMA_API_KEY>" -- npx -y @tmegit/figma-to-code-mcp --stdioReplace each placeholder with your own value before saving.
[mcp_servers.figma-to-code-mcp]
command = "npx"
args = ["-y", "@tmegit/figma-to-code-mcp", "--stdio"]
[mcp_servers.figma-to-code-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-to-code-mcp": {
"command": "npx",
"args": [
"-y",
"@tmegit/figma-to-code-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-to-code-mcp": {
"command": "npx",
"args": [
"-y",
"@tmegit/figma-to-code-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-to-code-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tmegit/figma-to-code-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-to-code-mcp": {
"command": "npx",
"args": [
"-y",
"@tmegit/figma-to-code-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-to-code-mcp": {
"command": "npx",
"args": [
"-y",
"@tmegit/figma-to-code-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.felixAnhalt%2Ffigma-to-code-mcp)<a href="https://mcptoplist.com/server/io.github.felixAnhalt%2Ffigma-to-code-mcp"><img src="https://mcptoplist.com/badge/io.github.felixAnhalt%2Ffigma-to-code-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
felixanhalt
Available versions (18)
| Version | Published |
|---|---|
| 0.29.0 | Jul 23, 2026 |
| 0.28.2 | May 9, 2026 |
| 0.28.1 | Apr 30, 2026 |
| 0.28.0 | Apr 29, 2026 |
| 0.27.0 | Apr 19, 2026 |
| 0.26.0 | Apr 19, 2026 |
| 0.25.0 | Apr 8, 2026 |
| 0.24.2 | Apr 6, 2026 |
| 0.24.1 | Apr 6, 2026 |
| 0.24.0 | Apr 5, 2026 |
| 0.23.0 | Apr 5, 2026 |
| 0.22.0 | Apr 4, 2026 |
| 0.21.0 | Apr 3, 2026 |
| 0.20.1 | Apr 3, 2026 |
| 0.20.0 | Apr 3, 2026 |
| 0.19.0 | Apr 3, 2026 |
| 0.13.0 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Figma Context MCP?
- Figma Context MCP is maintained by felixanhalt, which publishes 1 MCP server (18 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 and Glama.
- How many versions does Figma Context MCP have?
- MCP Toplist tracks 18 versions of Figma Context MCP, most recently published on Jul 23, 2026.
- Where can I find the source code for Figma Context MCP?
- The source code for Figma Context MCP is hosted at github.com/felixanhalt/figma-to-code-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.