Supabase
Manage Supabase projects: schema, data, edge functions, and auth.
Install
Add this command to your MCP client config to connect Supabase.
npx -y @supabase/mcp-server-supabaseAbout Supabase
The Supabase MCP server connects to your Supabase org and exposes project listing, SQL execution, edge function deployment, and auth user management.
Particularly powerful because so much of a Supabase app is "the Postgres schema plus a few edge functions" — the assistant can spin up a new feature end-to-end. Auth via personal access token.
Pair with the Postgres server when you want stricter read-only DB access, or use this directly for full-access workflows during development.
Tags
Related servers
Other MCP servers in Data and beyond.
PostgreSQL
Anthropic
Read-only Postgres access — schema introspection and SQL queries.
SQLite
Anthropic
Query and mutate SQLite databases from your AI client.
Filesystem
Anthropic
Read, write, and search local files with sandboxed directory access.
Slack
Anthropic
Read channels, post messages, and search history in a Slack workspace.
Fetch
Anthropic
Fetch a URL and return clean Markdown — the canonical web-reading tool.
GitHub
GitHub
Issues, PRs, code search, and repository operations across GitHub.