← Back to MCPs
Backend

Supabase

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

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 ```json { "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