Supabase Server
An MCP server providing access to the Supabase Management API for managing Supabase projects and organizations.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install JoshuaRileyDev/supabase-mcp-server -c claude
This command will automatically install and configure the Supabase Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Supabase Server": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/supabase-mcp-server"
],
"env": {
"SUPABASE_API_KEY": "API_KEY_HERE"
}
}
}
}
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"
}
}
}
}
Details:
Stars
41Forks
10Last commit
7 months agoRepository age
7 months
Auto-fetched from GitHub .
MCP servers similar to Supabase Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit