Hello, i need help!
I'm using the official Figma MCP plugin with Claude Code.
The server connects fine — claude mcp list shows plugin:figma:figma (https://mcp.figma.com/mcp, HTTP) as ✔ Connected. But when the agent tries to actually call any Figma tool (use_figma, get_metadata, get_screenshot, etc.), it always returns "No such tool available: use_figma" — same for every name variant.
It looks like the tools are registered as deferred stubs (my config has tengu_deferred_stub_tool: true), so the individual tools are only supposed to materialize on demand — but the loader that expands them never surfaces, so none of the Figma tools are actually invokable. The MCP skills load fine; it's only the tool calls that fail.
Has anyone hit this? Is there a way to disable deferred/stubbed MCP tools, or force the Figma tools to register directly? Restarting the session hasn't helped so far. I also tried to erase all servers and start from scratch, but nothing seems to work.
Environment: Figma MCP plugin v2.2.91 (claude-plugins-official), Claude Code, macOS.
