Since last update 1.7.39 - mcps are not working for me

Describe the Bug

playwright + atlassian mcps stopped working since last auto-update in oct 8th

Steps to Reproduce

  1. Install version 1.7.39
  2. add atlassian + playwright mcps, in mcp.json:
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/server-playwright"
      ],
      "env": {}
    },
    "mcp-atlassian-api": {
      "command": "npx",
      "args": [
        "mcp-atlassian"
      ],
      "env": {
        "ATLASSIAN_BASE_URL": "https://xxxx.atlassian.net",
        "ATLASSIAN_CLOUD_ID": "xyz",
        "ATLASSIAN_API_TOKEN": "abcd",
        "ATLASSIAN_EMAIL": "[email protected]",
        "NO_COLOR": "1",
        "FORCE_COLOR": "0"
      }
    }
  }
}

Expected Behavior

mcp’s should work - they worked for me before the update, nothing changed in the mcp.json

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.39 (user setup)
VSCode Version: 1.99.3
Commit: a9c77ceae65b77ff772d6adfe05f24d8ebcb2790
Date: 2025-10-08T00:33:20.352Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.22631

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. Could you try clearing the package cache:

macOS/Linux: ~/.npm/_npx
Windows: %LocalAppData%/npm-cache/_npx

Then restart Cursor.

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