← Index

io.github.felixAnhalt/Figma-Context-MCP

io.github.felixAnhalt/Figma-Context-MCP·v0.13.0·AI & LLMs
Quality Score
73
/100

LLM-optimized Figma MCP server.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "Figma-Context-MCP": {
      "command": "npx",
      "args": [
        "-y",
        "@tmegit/figma-developer-mcp"
      ],
      "env": {
        "FIGMA_API_KEY": "<your-figma_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "Figma-Context-MCP": {
      "command": "npx",
      "args": [
        "-y",
        "@tmegit/figma-developer-mcp"
      ],
      "env": {
        "FIGMA_API_KEY": "<your-figma_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @tmegit/figma-developer-mcp
§02  Environment variables
FIGMA_API_KEY
requiredsecret

Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs