Loading MCP server directory, please wait...
LLM-optimized Figma MCP server.
npx @getmcp/cli add io.github.felixAnhalt/Figma-Context-MCPRequires 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.felixAnhalt/Figma-Context-MCP": {
"command": "npx",
"args": [
"-y",
"@tmegit/figma-developer-mcp",
"--stdio"
],
"env": {
"FIGMA_API_KEY": ""
}
}
}
}