Loading subscription status...
{
"mcpServers": [
{
"Figma MCP": {
"args": [
"--watch",
"/path/to/figma-mcp/src/index.ts",
"-e",
"FIGMA_PERSONAL_ACCESS_TOKEN=your_token_here",
"-e",
"PORT=6000"
],
"command": "bun"
}
}
]
}