← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "figma-context-mcp-air",
      "version": "2.0.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "--stdio",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FIGMA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...