✅ Fix
.cursor/mcp.jsonto runTalkToFigmausing an absolute path
- Build the project:
bun install
bun run build- Get the absolute path to
dist/server.js:
realpath ./dist/server.jsCopy the full path (e.g. /Users/yourname/path-to-project/dist/server.js).
- Open
.cursor/mcp.jsonand update only theTalkToFigmasection like this:
{
"mcp": {
"TalkToFigma": {
"command": "bun",
"args": ["/absolute/path/to/your/project/dist/server.js"]
}
}
}-
Save the file and restart the Cursor app.
-
✅ Open Cursor settings → MCP tab and check that the green dot appears next to
TalkToFigma.