Server Directory
DatabaseIntermediate

Supabase

by Supabase

GitHub
1.2k

Connect to Supabase projects for database queries, authentication management, storage operations, and real-time subscriptions.

CAPABILITIES

  • Execute SQL queries
  • Manage database tables
  • List and manage projects
  • Edge function management
  • Storage bucket operations
  • Auth user management

INSTALLATION

Terminal
npx -y @supabase/mcp-server-supabase

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@supabase/mcp-server-supabase"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Database
Difficulty
Intermediate
Maintained By
Supabase
NPM Package
@supabase/mcp-server-supabase

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →