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"
}
}
}
}
Supabase Server
Project Details
- JoshuaRileyDev/supabase-mcp-server
- @joshuarileydev/supabase-mcp-server
- Last Updated: 4/21/2025
Recomended MCP Servers
An MCP server that hosts finite state machines as dynamic resources that multiple clients can subscribe to and...
mcp server for tidb
🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage...
A Model Context Protocol implementation for FHIR
An advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via...
Model Context Protocol (MCP) server for SonarQube
MCP (Model Context Protocol) for Microsoft 365. Includes support for Microsoft Graph and other services
QMT-MCP-Server
MCP server integrating CEDARScript grammar functionality into tool use.





