Supabase MCP
The official Supabase server — your agent queries, creates tables and manages the project straight from the editor.
Overview
Its strongest daily use: the agent sees your real schema and writes code that matches it on the first try — correct types, exact column names, understood relations. No more code built on guesses about the database shape.
For safety: use a read-only access token if it touches production data, and scope the server to one project with --project-ref so it cannot see the rest of your account.
Who Is This For?
- Writing schema-accurate code on the first attempt
- Managing migrations and tables without leaving the editor
- Quick analytical queries during development
- Diagnosing issues by reading project logs
Installation
Add to .claude/settings.json:
{"mcpServers":{"supabase":{"command":"npx","args":["-y","@supabase/mcp-server-supabase","--project-ref=YOUR_REF"]}}} Configuration
SUPABASE_ACCESS_TOKEN=sbp_xxxx — use a read-only token for safety; scope the server to one project with --project-ref Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Servers
Sentry Error Tracking
Monitor errors and performance issues in production with Sentry. AI agents can triage alerts and suggest fixes based on stack traces.
PostHog Product Analytics
Track product usage, manage feature flags, and analyze user behavior with PostHog, an open-source product analytics platform.
Database Query Builder
Generate and optimize SQL queries with AI assistance. Build complex queries, analyze execution plans, and improve database performance.