Supabase MCP Server
The official Supabase MCP server — lets Claude query your database, manage tables, run migrations, and inspect your project configuration through natural language.
How to Install MCPs
- Visit the MCP repository using the link below
- Follow the installation instructions (usually npm install or similar)
- Add the MCP configuration to your claude_desktop_config.json
- Restart Claude Desktop to load the MCP server
The Supabase MCP server connects Claude directly to your Supabase projects: run SQL queries, design and migrate tables, manage database branches, fetch project config, and debug with logs — all from a conversation.
It supports read-only mode and project scoping for safety, which makes it practical to point at real projects rather than throwaway databases.
**Install (Claude Code):** `claude mcp add supabase npx @supabase/mcp-server-supabase` with a personal access token.Categories:
Ad