drio
Open app

Supabase MCP Servers

Source

A collection of MCP servers that connect LLMs to Supabase

Catalog onlyCatalog onlySTDIO

Overview

Supabase MCP Servers is a collection of servers that connect Large Language Models (LLMs) to Supabase, enabling seamless interaction between LLMs and external services through the Model Context Protocol (MCP).

To use Supabase MCP Servers, set up an MCP-compatible client like Claude desktop and connect it to the Supabase MCP servers using the provided APIs, such as PostgREST.

  • Connects LLMs to Supabase using the Model Context Protocol. - Provides a PostgREST API layer for querying databases. - Future support for Management API to manage Supabase projects with LLMs.
  1. Querying a Supabase database through an LLM chat interface.
  2. Managing Supabase project schemas using LLMs.
  3. Enhancing data retrieval and management tasks with LLM capabilities.

Add to your AI client

Use these steps to connect Supabase MCP Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

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

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

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

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-supabase-supabase-community": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-supabase-supabase-community"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

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

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

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

FAQ

What is the Model Context Protocol (MCP)?

MCP is a standard for connecting LLMs to external services, providing a framework for interaction.

Can I use Supabase MCP Servers with any LLM?

Yes! As long as the LLM is MCP-compatible, it can be connected to Supabase.

Is there a management API available?

A Management API is coming soon to facilitate project management with LLMs.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1049,"uuid":"21a1407a-a7bd-420d-b3a3-f869929d0cba","name":"mcp-supabase","title":"Supabase MCP Servers","description":"A collection of MCP servers that connect LLMs to Supabase","avatar_url":"https://avatars.githubusercontent.com/u/87650496?v=4","created_at":"2025-01-28T02:28:10.782Z","updated_at":"2025-02-23T07:19:43.500Z","status":"created","author_name":"supabase-community","author_avatar_url":"https://avatars.githubusercontent.com/u/87650496?v=4","tags":"mcp-supabase,llm-connection,supabase","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/supabase-community/mcp-supabase","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Supabase MCP Servers — MCP Registry