Loading MCP server directory, please wait...
Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.
npx @getmcp/cli add io.github.compassalessandrolorenz/Figma-Context-MCP-AIRRequires Node.js 18+. Community-contributed server. Review source before installing.
FIGMA_API_KEYYour Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.compassalessandrolorenz/Figma-Context-MCP-AIR": {
"command": "npx",
"args": [
"-y",
"figma-context-mcp-air",
"--stdio"
],
"env": {
"FIGMA_API_KEY": ""
}
}
}
}