I can’t use the playwright MCP tool. It says “0 tools enabled” and is red.
Steps to Reproduce
Add this to mcp.json: “{
“mcpServers”: {
“Playwright”: {
“command”: “npx @playwright/mcp@latest”,
“env”: {}
}
}
}”
Here are some of the errors from the MCP logs:
2025-07-22 10:04:41.168 [info] user-Playwright: Handling CreateClient action
2025-07-22 10:04:41.168 [info] user-Playwright: Starting new stdio process with command: npx @playwright/mcp@latest
2025-07-22 10:04:41.168 [info] user-Playwright: Handling ListOfferings action
2025-07-22 10:04:41.168 [error] user-Playwright: No server info found
2025-07-22 10:04:41.190 [error] user-Playwright: ‘npx’ is not recognized as an internal or external command,
operable program or batch file.
2025-07-22 10:04:41.192 [error] user-Playwright: Client error for command spawn npx ENOENT
2025-07-22 10:04:41.192 [info] user-Playwright: Client closed for command
Then check to see if the MCP serving is on with tools. It will be red and 0 tools are enabled.
Expected Behavior
The tools from the playwirght MCP should be enabled/
and following the steps there seemed to get rid of the npx error. But the mcp server still can’t be found. I’m not sure where it’s looking.
Current MCP logs:
2025-07-23 02:15:14.895 [info] user-Playwright: Handling ListOfferings action
2025-07-23 02:15:14.896 [error] user-Playwright: No server info found