MCP Directory

mcp

by supabase · TypeScript · ★ 2,765

Connect Supabase to your AI assistants

Install

npx -y github:supabase/mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://registry.modelcontextprotocol.io/?q=com.supabase%2Fmcp) > Connect your Supabase projects to Cursor, Claude, Windsurf, and other AI assistants. The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (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](#tools). Before setting up the MCP server, we recommend you read our [security best practices…
Read full README on GitHub →

Related databases servers