Content
# 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"
}
}
}
}
```
Connection Info
You Might Also Like
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
jarvis-onshape-mcp
Jarvis Onshape MCP — Claude Code plugin for driving real Onshape CAD....
zeroid
ZeroID: Autonomous Agent Identity Management System (AAIMS)
rails-ai-context
Turn any Rails app into an AI-ready codebase — one gem install....