Skip to main content
Question

VSCode + Copilot + Figma MCP

  • March 23, 2026
  • 0 replies
  • 32 views

UsernameChecksOut

Following documentation, not able to have access to tools in Coplilot agent.

Within mcp.json file I have configuration:

{
"mcpServers": {
"figmaLocal2": {
"url": "http://127.0.0.1:3845/mcp",
"type":"http"
}
}
}

Note: using “mcpServers” instead of “servers” because I am configuring it for copilot. Tried with “servers” and got same results. Also tried with remote server, same dead end.

Even if I do restart VSCode, request to MCP: List Servers, Copilot and type “#get_” no signs of Figma MCP connection, no hints.

I have desktop app open, and MCP server enabled on Figma side.

What am I missing? Where can I search for logs?