mcp with claude code

Hi guys , im following the supabase docs for getting the mcp installed in claude code https://supabase.com/docs/guides/getting-started/mcp?queryGroups=os&os=wsl#claude-code but i keep getting the error [ERROR] MCP server "supabase" Connection failed: spawn wsl ENOENT

im using WSL ubuntu to use claude code
node version -18.19.1
npx version 9.2.0

and this is how my .mcp.json file looks like
{
  "mcpServers": {
    "supabase": {
      "command": "wsl",
      "args": [
        "npx",
        "-y",
        "@supabase/mcp-server-supabase@latest",
        "--access-token",
        "123faketoken"
      ]
    }
  }
}
image.png
Was this page helpful?