After the Pencil plug-in is installed, the corresponding pencil mcp is called incorrectly or stuck.
Steps to Reproduce
I installed the Pencil plugin in the plugin, and then logged in with my email. After that, I followed the instructions on Pencil’s welcome page and entered the prompts. However, a bad situation occurred: after about five MCP calls, it gets stuck at the progress message ‘planning next move.’ Then the words ‘reconnecting’ appear.
Expected Behavior
I think it should be currently doing the job I have provided,but not.
Hey, thanks for the report. This looks like a known issue with an extension host timeout that can affect MCP calls.
Try a few things:
Start Cursor without extensions from the terminal:
cursor --disable-extensions
If it works, it’s a conflict with one of the extensions.
Check Process Explorer (Ctrl + Shift + P > “Developer: Open Process Explorer”). See if there’s a stuck extensionHost.
Clear the extensions cache:
Fully close Cursor
Delete this folder:
Windows: %APPDATA%\Cursor\CachedExtensionVSIXs
Start Cursor again
If Pencil MCP runs as a stdio server, it might be hitting the default timeout. Try temporarily disabling Pencil MCP in settings and check if the Agent works without it.
For further debugging, I’ll need:
A list of all installed extensions (Ctrl + Shift + X > three dots > Show Installed Extensions)
Logs from the Developer Console: Ctrl + Shift + P > “Developer: Toggle Developer Tools” > Console tab (screenshot or copied errors)
This problem is gone now, but another one has appeared, which is quite strange.
I’ll try to describe it as accurately as possible.
When calling pencilmcp, the model suddenly opens a new chat while in use, and then a few seconds later it disappears, continuing the previous task as if nothing had happened. This situation has happened many, many times during the process of using pencilmcp to develop my design drafts.
Why I meet this, please provide me some help. my added mcp include figma,mongodb and pencil-mcp.
But first, about the new issue with chats suddenly opening and closing. That’s strange behavior we haven’t seen often before. To figure it out, I need the info I asked for earlier:
Diagnostics:
Extensions list: Ctrl + Shift + X > three dots > Show Installed Extensions. Please send the list.
Logs: Ctrl + Shift + P > “Developer: Toggle Developer Tools” > Console tab. Please take a screenshot or copy the errors, especially while the chat is opening and closing.
mcp.json: please share your config for Pencil, Figma, and MongoDB.
Questions:
Does this happen every time you use Pencil MCP, or only sometimes?
Does the chat open and close during specific Pencil MCP actions, or at random times?
Try temporarily disabling the Figma and MongoDB MCPs in settings. Does the issue still happen with only Pencil enabled?
If you can reproduce it consistently and have clear steps, it might be a bug worth logging. But first, let’s collect the data.