MCP Configuration panel suggests the code below but it turns error because of an unnecessary spacing;
{
"mcpServers": {
"Figma Desktop": {
"url": "http://127.0.0.1:3845/mcp"
}
}
}
But It should be;
{
"mcpServers": {
"FigmaDesktop": {
"serverUrl": "http://127.0.0.1:3845/mcp"
}
}
}(remove the spacing between the “Figma Desktop”).
Now connects to Google Antigravity succesfully.
