Figma API Claude Desktop Config
Add the Figma API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your Personal Access Token in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"figma": {
"command": "npx",
"args": [
"-y",
"@figma/mcp-server"
],
"env": {
"FIGMA_ACCESS_TOKEN": "figd_..."
}
}
}
}Environment Variables
FIGMA_ACCESS_TOKENReplace figd_... with your actual figma access token
Endpoints
GET
/v1/files/{file_key}Get file data
GET
/v1/images/{image_id}Get image