Here you can find steps for configuring MCP server on Windows:
- You need to install NodeJS locally (https://nodejs.org/en/download) if it doesn't installed yet. The NodeJS that comes with Cursor doesn't work for me.
Be sure to add Node to the PATH variable. Command for proper installation verification:
node --version. - (Optional) Be sure that NodeJS can install packages from Internet. It can be checked via execution of the next test installation:
npm install -g @modelcontextprotocol/server-postgres. If the problem with SSL certificate appears, then appy one of the options from here: https://superuser.com/a/1789421. Definitely works next command:npm config set strict-ssl false. - Use working MCP server config from the Cursor forum (yes, such a thing exists) here: https://forum.cursor.com/t/mcp-servers-on-windows-10-not-working-please-help-supabase-mcp-server/59427/2
{
"mcpServers": {