I have correctly configure palywright mcp server in curoser
{
“mcpServers”: {
“playwright”: {
“command”: “npx”,
“args”: [
“@playwright/mcp@latest”
]
}
}
}
And checked in the cursor setting it shows plawyright mcp server running fine
but when I ask to the chat then it is telling like “No MCP resources available”
Steps to Reproduce
I have correctly configure palywright mcp server in curoser
{
“mcpServers”: {
“playwright”: {
“command”: “npx”,
“args”: [
“@playwright/mcp@latest”
]
}
}
}
And checked in the cursor setting it shows plawyright mcp server running fine
but when I ask to the chat then it is telling like “No MCP resources available”
Hey, thanks for the report. This looks like a known issue in version 2.0.77 where MCP servers show as connected in Settings, but their tools aren’t available to agents.
Before I escalate this with your details, could you please check:
npx is working: run npx @playwright/mcp@latest in your terminal and share any errors
MCP logs: press Ctrl+Shift+U to open the Output panel, select “MCP Logs” from the dropdown, and share any error messages
Request ID: try using the MCP in an agent chat, then click the context menu (top right) > Copy Request ID
I’m having the same issue here, I’ve checked if the mcp is functional by the terminal and it’s working, I also use both the playwright-mcp and the playwright-test servers and both are off only at Cursor.