Skip to main content
Solved

Connecting Figma MCP Server with Google Antigravity

  • December 7, 2025
  • 31 replies
  • 50442 views

Show first post

31 replies

Dominik Golenia

Everything works. 😀 I'm an amateur at this sort of thing, so I pasted a screenshot of the problem into Google Gemini Pro. It gave me step-by-step instructions on how to run MCP and connect Figma<->Antigravity. I recommend it.


ay.mourad
  • New Member
  • March 1, 2026

this work fine with me for development tools.


Yubal Oliveras

this work fine with me for development tools.

This worked for me wonderfully, thanks!


Amanullah Menjli

this work fine with me for development tools.

Thank you it worked for me on linux.


camara
  • New Member
  • July 13, 2026

For me what worked was: 

{
"mcpServers": {
"figma-developer-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"env": {
"FIGMA_API_KEY": "your-personal-access-token-here"
}
}
}
}

 


camara
  • New Member
  • July 13, 2026

this work fine with me for development tools.

Thank you it worked for me on linux.

This work fine for me as well.