Skip to main content
DatabasesTypeScript

supabase-community/supabase-mcp

Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.

databasesofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/supabase-community/supabase-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "supabase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "supabase-community/supabase-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
supabase-community