Back to Apps

Supabase MCP
by nighttrek
Query Supabase tables and generate TypeScript types directly via MCP.
0 stars
Works in:VS Code Copilot
Exposes:Tools
What it does
Connects LLMs to Supabase databases, allowing them to explore schemas, execute precise data queries, and maintain type safety by generating TypeScript definitions.
Tools
query_table: Query a specific table with support for schema selection, column filtering, and complex where clauses.generate_types: Generate TypeScript types for any database schema (public, auth, etc.) for both local and remote projects.
Installation
{
"mcpServers": {
"supabase": {
"command": "node",
"args": ["/absolute/path/to/supabase-mcp-server/build/index.js"],
"env": {
"SUPABASE_URL": "your_project_url",
"SUPABASE_KEY": "your_service_role_key"
}
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
Quick install
npm install -g supabase && npm run buildInformation
- Pricing
- free
- Published
- 7/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json with SUPABASE_URL and SUPABASE_KEY env vars.VS Code Copilot
Add to cline_mcp_settings.json (Claude Dev).





