Supabase MCP Server
Supabase MCP servers enable AI models to interact with Supabase backends, providing capabilities for PostgreSQL databases, real-time subscriptions, authentication, and storage operations.
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@latest",
"--access-token",
"<personal-access-token>"
]
}
}
}
Overview
The MCP Supabase Server enables AI models to interact with Supabase backends, providing a standardized interface for working with this powerful PostgreSQL-based platform. Supabase combines the reliability of PostgreSQL with modern features like real-time subscriptions, authentication, and storage, making it ideal for building scalable AI-powered applications. 1
Key features include:
- PostgreSQL database operations
- Real-time data subscriptions
- Authentication and authorization
- File storage and management
- Edge Functions integration
- Database change tracking
Tools
Project Management
Warning:
These tools will be unavailable if the server is scoped to a project.
Database Operations
Project Configuration
Branching (Experimental, requires a paid plan)
Sources
Footnotes
Related Articles
Apache Unomi MCP Servers
Apache Unomi MCP Servers
Python Code Executor MCP Servers
Python Code Executor MCP servers provide interfaces for LLMs to execute and analyze Python code. These servers enable AI models to run Python code snippets, test code functionality, and assist with Python development tasks.
ServiceNow MCP Server Guide
A comprehensive guide to integrating ServiceNow with MCP servers, enabling AI models to interact with IT service management, workflow automation, and enterprise operations through standardized interfaces.