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
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.
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"
}
}
}
}
Install via CLI
npx mdskills install joshuarileydev/supabaseSupabase MCP Server is a free, open-source AI agent skill. 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
Install Supabase MCP Server with a single command:
npx mdskills install joshuarileydev/supabaseThis downloads the skill files into your project and your AI agent picks them up automatically.
Supabase MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.