I added the Figma MCP Server to mcp.json and tried both the global and workspace configurations. But, it throws the same error every time I try to start the server. I found suggestions online to use the Figma desktop app, ensure Node.js is installed, use a Figma Pro account, and try with a Personal Access Token (PAT). I have confirmed all of these requirements, but the error persists.
“Connection state: Error Error sending message to https://mcp.figma.com/mcp: TypeError: fetch failed”
{
"servers": {
"com.figma.mcp/mcp": {
"type": "http",
"url": "https://mcp.figma.com/mcp"
}
},
"inputs": []
}
