Skip to main content
Question

MCP extension stops responding after Claude Desktop update — protocol version mismatch

  • April 15, 2026
  • 5 replies
  • 45 views

Andrei Carvalho
After updating Claude Desktop to the latest version (April 14, 2026), the Figma MCP extension (v1.0.4) starts successfully but never responds to tool calls. The server initializes, lists tools, and then times out on every subsequent request. The root cause, identified in the MCP logs, is a protocol version mismatch: Claude Desktop now negotiates 2025-11-25, while the Figma extension responds with 2025-06-18.MCP server logs✓ Server started and connected successfully✓ Client → initialize  { protocolVersion: "2025-11-25" }   ← Claude Desktop✓ Server → initialize  { protocolVersion: "2025-06-18" }   ← Figma extension✓ tools/list → OK (get_design_context, get_metadata, etc.)✗ Any tool call → no response / timeout after 4 min✗ Client transport closed (intentional shutdown)

The pattern repeats on every session restart, reinstall of the extension, and reboot of Claude Desktop. Protocol negotiation succeeds but tool execution never reaches the extension.r

5 replies

  • Figmate
  • April 17, 2026

Hi ​@Andrei Carvalho

 

Thanks for the detailed report!

It sounds like every tool call is timing out after 4 minutes when using the Figma MCP server with Claude Desktop, and the logs are pointing to a protocol version mismatch between the two (`2025-11-25` on the Claude Desktop side vs `2025-06-18` on the Figma extension side). I'll go ahed and flagged to our team for a review.

 

One quick thing before I do, could you confirm whether you're using the Desktop MCP Server?That'll help us track down the right place to investigate.

I'll follow up here as soon as I hear back.

 

Thanks!


Stephen Kung
  • New Member
  • April 17, 2026

I’m having this problem too, but I don’t know how to troubleshoot it. It is saying the same thing. Timing out after four minutes. Saying that the sigma MCP server may have dropped or stalled


Stephen Kung
  • New Member
  • April 17, 2026

I’m using Claude desktop for Mac and figma desktop


  • Figmate
  • April 17, 2026

Thanks for following up!
I've gone ahead and passed this post to our team. I’ll update once I hear back.


Stephen Kung
  • New Member
  • April 17, 2026

It’s working again on my end fyi