Figma Context MCP
Rank #3,902io.github.felixAnhalt/figma-to-code-mcp
Transforms Figma design data into a compact, LLM-friendly format for code generation, reducing size by 99.5% while preserving UI-critical information.
Figma Context MCP is a Model Context Protocol (MCP) server published by felixanhalt. It ranks #3,902 of 76,851 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Figma Context MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 17 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on May 9, 2026.
Ranks ahead of 72,949 of 76,851 servers on MCP Toplist.
Use Figma Context MCP
Add Figma Context MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"figma-to-code-mcp": {
"command": "npx",
"args": [
"-y",
"@tmegit/figma-to-code-mcp"
],
"env": {
"FIGMA_API_KEY": "<your FIGMA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
felixanhalt
Available versions (17)
| Version | Published |
|---|---|
| 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 (17 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 17 versions of Figma Context MCP, most recently published on May 9, 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.