S
Supabase Mcp Server
joshuarileydev
0 Views
0 Installs
Supabase MCP Server for managing and creating projects and organisations in Supabase
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"joshuarileydev-supabase-mcp-server": {
"command": "npx",
"args": [
"-y",
"joshuarileydev-supabase-mcp-server"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
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"
}
}
}
}