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
Socket based MCP Server for Ghidra
xtquant for ai, MCP project.
serpapi-mcp
An unofficial MCP interface to interact with the PapersWithCode API
A Whistle proxy management tool based on Model Context Protocol that allows AI assistants to directly control local...
An MCP server paired with a browser extension that enables LLM clients to control the user's browser.
MCP Server for whois lookups.
BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.
Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping...
A powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.





