supabase-community/supabase-mcp
Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.
Ads
Overview
Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.
Installation
https://mcp.supabase.com/mcp
Configuration
{
"mcpServers": {
"supabase": {
"type": "http",
"url": "https://mcp.supabase.com/mcp"
}
}
}Capabilities
- Manage database tables
Ask your assistant to create, alter, or drop tables in your Supabase project through MCP tools like `create_table` and `alter_table`.
- Query project data
Instruct your AI to run read-only SQL queries against your database, fetching rows, filtering results, or inspecting schema without writing code.
- Fetch project configuration
Have your assistant retrieve project settings, connection details, or environment info using tools such as `get_project_url` to streamline setup tasks.
- Restrict tool access by feature
Configure your MCP connection to limit available tools to specific feature groups (e.g., `database` or `docs`) or enable read-only mode for safer AI interactions.
- Integrate with AI SDK clients
Use `createToolSchemas()` to generate typed input/output schemas for Vercel AI SDK's MCP client, enabling static tool validation in your apps.
Tags
- supabase
- database
- cloud-infrastructure
- sql
- workflow-automation
- awesome-list
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents