io.github.felixAnhalt/figma-to-code-mcp
Quality Score
75
/100
LLM-optimized Figma MCP server.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"figma-to-code-mcp": {
"command": "npx",
"args": [
"-y",
"@tmegit/figma-to-code-mcp"
],
"env": {
"FIGMA_API_KEY": "<your-figma_api_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"figma-to-code-mcp": {
"command": "npx",
"args": [
"-y",
"@tmegit/figma-to-code-mcp"
],
"env": {
"FIGMA_API_KEY": "<your-figma_api_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @tmegit/figma-to-code-mcp§02 Environment variables
FIGMA_API_KEYrequiredsecret
Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens
§03 MCP Quality Score · methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
5
§04 Alternatives in AI & LLMs
OpenAI Tools MCP Server
ai.com.mcp/openai-tools
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
ai.llmse/mcp
ai.llmse/mcp
Public MCP server for the LLM Search Engine
Perplexity API Platform
ai.perplexity/mcp-server
Real-time web search, reasoning, and research through Perplexity's API