mcpskills.net
SkillsMCPsAgentsPrompts
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← Back to MCPs
Backend

Supabase

Official Supabase MCP server for querying tables, managing schema, running Edge Functions, and accessing storage.

by SupabaseRepository →Source →
Installnpx -y supabase-mcp-server@latest --access-token <YOUR_TOKEN>

The Supabase MCP server connects LLMs to your Supabase projects. Query tables, inspect schemas, call Edge Functions, manage storage, and more — all through natural language.

Capabilities

  • Query tables and views with SQL
  • Inspect database schema and relationships
  • Call Edge Functions
  • Manage Storage buckets and files
  • Row-Level Security awareness
  • Multi-project support

Usage

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": ["-y", "supabase-mcp-server@latest", "--access-token", "<YOUR_TOKEN>"]
    }
  }
}

Getting a Token

  1. Go to supabase.com/dashboard → Account → Access Tokens
  2. Create a new token
  3. Use it in the --access-token flag