Figma API MCP Config
Access Figma files, components, and styles for design-to-code workflows in your AI development environment.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/figma.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/figma.json to fetch programmatically.
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y","@figma/mcp-server"],
"env": {
"FIGMA_ACCESS_TOKEN": "figd_..."
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/figma.jsonEnvironment 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