Cursor 0.47 on Windows: every MCP server opens new empty shell windows (e.g. 10 mcp will open 10 new useless windows)

I am trying to use MCP server on Windows
Any MCP opens new empty shell window
10 mcp server will open 10 new windows
Closing this window cause error “Client Closed”

Same config in Cline or RooCode works fine

Do we have some option to fix that?

Config:

{
    "mcpServers": {
        "github.com/AgentDeskAI/browser-tools-mcp": {
            "command": "cmd",
            "args": [
                "/c",
                "npx -y @agentdeskai/browser-tools-mcp"
            ],
            "env": {},
            "disabled": false
        }
    }
}

Environment:
Version: 0.47.8 (user setup)
VSCode Version: 1.96.2
Commit: 82ef0f61c01d079d1b7e5ab04d88499d5af500e0
Date: 2025-03-18T05:39:50.993Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.22631

@deanrie Could you take a look when you have time?
I saw a lot of simular topic but without any solution.

Do we already have some solution for this issue?
MCP becames an important part of workflow
As option we could use approach from open source vscode tools like Cline or RooCode

Hey, I’ve already forwarded this to our team.

Yes, this issue is very annoying. It also causes Cursor to crash and close automatically when opening existing projects. I often have to try opening a project multiple times before it finally works.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.