DevTk.AI

Supabase MCP

Database

Official Supabase MCP server — manage database, auth, storage, and edge functions via AI.

Author

Supabase

Category

Database

GitHub Stars

800+

Clients

2 supported

Installation

Run this command to install:

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

Sample Configuration

Add this to your MCP client configuration file (e.g., claude_desktop_config.json for Claude Desktop):

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

Use our MCP Manifest Generator to build complete configurations visually, or the MCP Config Validator to check your existing config.

Compatible Clients

Claude DesktopCursor

Details

Server IDsupabase
AuthorSupabase
CategoryDatabase
Compatible WithClaude Desktop, Cursor
Tags
supabasedatabaseauthstorage
GitHubhttps://github.com/supabase-community/supabase-mcp
GitHub Stars800+

About Supabase MCP

Supabase MCP is a Model Context Protocol (MCP) server created by Supabase. It enables AI assistants to interact with Supabase capabilities.

MCP (Model Context Protocol) is an open standard that allows AI models to securely connect to external tools and data sources. By installing Supabase MCP, you give your AI assistant the ability to perform real actions through a standardized interface, rather than just generating text about them.

This server is compatible with Claude Desktop, Cursor and has 800+ stars on GitHub. It falls under the "Database" category of MCP servers.

To get started, use our MCP Manifest Generator to create a complete configuration, or validate your existing setup with the MCP Config Validator.

Other Database Servers

Popular MCP Servers

Related Tools

FAQ

How do I install Supabase MCP?

Run "npx -y @supabase/mcp-server-supabase@latest" in your terminal. Then add the server configuration to your MCP client's config file. For Claude Desktop, this is typically located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows.

What clients work with Supabase MCP?

Supabase MCP is compatible with Claude Desktop, Cursor. Each client has its own configuration file format, but the MCP server setup is similar across all of them.

What can I do with Supabase MCP?

Official Supabase MCP server — manage database, auth, storage, and edge functions via AI. Once configured, your AI assistant can interact with these capabilities through natural language commands, making it possible to perform real actions directly from your AI chat interface.