Cursor logo Add Supabase MCP Server to Cursor

Licensenpm latest releaseDownloadsGitHub Stars
The Model Context Protocol (MCP) standardizes how Large Language Models (LLMs) talk to external services like Supabase. It connects AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data. See the full list of tools.
/supabase-community/supabase-mcp
{
  "supabase": {
    "command": "npx",
    "args": [
      "-y",
      "@supabase/mcp-server-supabase@latest",
      "--access-token",
      "<personal-access-token>"
    ]
  }
}