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. - List all projects - Get project details - Create new projects - Delete projects - Retrieve project API keys - List all organizations - Get organization details - Creat
Add this skill
npx mdskills install joshuarileydev/supabaseProvides Supabase project and org management via MCP with clear setup but lacks usage examples
1# Supabase MCP Server23A 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.45## Features67### Project Management8- List all projects9- Get project details10- Create new projects11- Delete projects12- Retrieve project API keys1314### Organization Management15- List all organizations16- Get organization details17- Create new organizations1819## Installation20Add the following to your Claude Config JSON file21```22{23 "mcpServers": {24 "supabase": {25 "command": "npx",26 "args": [27 "y",28 "@joshuarileydev/supabase-mcp-server"29 ],30 "env": {31 "SUPABASE_API_KEY": "API_KEY_HERE"32 }33 }34 }35}36```
Full transparency — inspect the skill content before installing.