✅ Fix
.cursor/mcp.json
to runTalkToFigma
using an absolute path
- Build the project:
bun install
bun run build
- Get the absolute path to
dist/server.js
:
realpath ./dist/server.js
Copy the full path (e.g. /Users/yourname/path-to-project/dist/server.js
).
- Open
.cursor/mcp.json
and update only theTalkToFigma
section 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
.