Hi there,
I have been trying to set up MCPs in Cursor. I managed to successfully add Sequential thinking (now visible in the available MCPs in settings), but even after adding the code for puppetteer, it does not show as an available tool. I tried restarting Cursor and changing the code (provided below). Can anybody share any tip as to how to solve this issue?
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}