Supabase MCP Server
Manage Supabase projects, databases, auth, and storage from Claude Code.
claude mcp add supabase -- npx -y @supabase/mcp-server-supabase
You can also call this service directly via its API: Supabase API
Use the MCP when:
You want plug-and-play integration with Claude Code and don't need custom logic around the calls.
Use the API when:
You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.
About
The official Supabase MCP server connects Claude Code to your Supabase projects. Run SQL queries, manage database schemas, handle auth users, interact with storage buckets, and query edge functions. Supports multiple projects and environments. Ideal for full-stack developers building on Supabase who want to manage everything from the terminal.
Tags
Score Breakdown
Performance
Scores
Related
Supabase API
Postgres, auth, storage, edge functions, and realtime subscriptions.
npm install @supabase/supabase-jsPostgreSQL MCP Server
Query PostgreSQL databases, inspect schemas, and run migrations.
claude mcp add postgres -- npx -y @modelcontextprotocol/server-postgres postgresql://localhost:5432/mydbSQLite MCP Server
Read and write SQLite databases with full SQL support.
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.db