kapyn
MCP serversDatabases ยท MCP server

Supabase MCP server

Manage your Supabase project from the assistant. The Supabase MCP server lets an assistant query your database, manage tables, and run tasks against your project, turning natural language into Supabase operations.

Category
Databases
Maintained by
Official
Protocol
Model Context Protocol
Source
supabase/mcp
View on GitHubBrowse all MCP servers

Installing Supabase

Runs on demand via npx. Nothing to install globally.

Claude Code
claude mcp add supabase -- npx -y @supabase/mcp-server-supabase
Claude Desktop ยท Cursor ยท VS Code ยท Windsurf
{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase"
      ]
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

What it does

The Supabase MCP server lets an assistant query your database, manage tables, and run tasks against your project, turning natural language into Supabase operations.

Like any MCP server, Supabase plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Databases MCP servers