Talk to Figma MCP

by sonnylazuardi
Verified
#!/bin/bash # Create .cursor directory if it doesn't exist mkdir -p .cursor bun install # Create mcp.json with the current directory path echo "{ \"mcpServers\": { \"TalkToFigma\": { \"command\": \"bunx\", \"args\": [ \"cursor-talk-to-figma-mcp\" ] } } }" > .cursor/mcp.json