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
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
AI-powered code quality analysis using MCP to help AI assistants review code more effectively. Analyze git changes for...
An MCP server to extend the context of agents. Useful when coding big features or vibe coding and...
A Model Context Protocol (MCP) server implementation for Gumroad API
An MCP server that provides real-time football data based on the SoccerDataAPI.
A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support. This server...
一个基于MCP协议的搜索服务实现,提供网络搜索和本地搜索功能,Cursor和Claude Desktop能与之无缝集成。
A MCP server that enables Claude to discover and call any API endpoint through semantic search. Intelligently chunks...
MCP server that provides direct access to MySQL databases