Skip to main content

MPC Server Configuration Code Snippet Bug

  • January 6, 2026
  • 0 replies
  • 58 views

BAHADIR_DINDAR1

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.