© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•9mo ago•
46 replies
I goon to clippy

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"
      ]
    }
  }
}
{
  "mcpServers": {
    "supabase": {
      "command": "wsl",
      "args": [
        "npx",
        "-y",
        "@supabase/mcp-server-supabase@latest",
        "--access-token",
        "123faketoken"
      ]
    }
  }
}
image.png
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Supabase MCP + Claude Code
SupabaseSSupabase / help-and-questions
4mo ago
Supabase MCP & Claude Code
SupabaseSSupabase / help-and-questions
7mo ago
Can't use the MCP in Claude Code
SupabaseSSupabase / help-and-questions
5mo ago
Supabase MCP authentication not triggering in Claude Code (Cursor)
SupabaseSSupabase / help-and-questions
5mo ago