Supabase MCP Server
Manage Supabase projects and organizations via the Supabase Management API.
Supabase MCP Server
A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.
Features
Project Management
- List all projects
- Get project details
- Create new projects
- Delete projects
- Retrieve project API keys
Organization Management
- List all organizations
- Get organization details
- Create new organizations
Installation
Add the following to your Claude Config JSON file
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/supabase-mcp-server"
],
"env": {
"SUPABASE_API_KEY": "API_KEY_HERE"
}
}
}
}
Related Servers
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Fastly NGWAF
Manage web application security through the Fastly NGWAF API using natural language.
Strava MCP Server
Access the Strava API to interact with activities, athlete information, and other Strava data.
Grafana
Access Grafana resources like dashboards, datasources, Prometheus, Loki, and alerts.
Weather MCP
An MCP server for accessing real-time weather data and forecasts.
fal-ai/minimax/image-01
Advanced text-to-image generation model using the fal.ai API. Requires a FAL_KEY environment variable.
Authless Remote MCP Server
An authentication-free, remote MCP server designed for easy deployment on Cloudflare Workers.
Weather Union
Provides weather data and air quality information using the Weather Union API.
OpZero Remote MCP Bridge
The remote MCP bridge that lets any AI agent deploy, manage, and scale applications to Cloudflare, Netlify, or Vercel.
CloudStack MCP Server
Integrate with Apache CloudStack to manage cloud resources directly from your desktop.