← Index

io.github.compassalessandrolorenz/Figma-Context-MCP-AIR

io.github.compassalessandrolorenz/Figma-Context-MCP-AIR·v2.0.2·Other
Quality Score
85
/100

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "Figma-Context-MCP-AIR": {
      "command": "npx",
      "args": [
        "-y",
        "figma-context-mcp-air"
      ],
      "env": {
        "FIGMA_API_KEY": "<your-figma_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "Figma-Context-MCP-AIR": {
      "command": "npx",
      "args": [
        "-y",
        "figma-context-mcp-air"
      ],
      "env": {
        "FIGMA_API_KEY": "<your-figma_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y figma-context-mcp-air
§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
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other