@joshuarileydev/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.
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"
}
}
}
}
Recommend MCP Servers 💡
mssql-manager
Provides database interaction and business intelligence capabilities for MSSQL, allowing SQL queries, data analysis, and automatic generation of business insight memos.
adb-mysql-mcp-server
AnalyticDB for MySQL MCP Server serves as a universal interface between AI Agents and AnalyticDB for MySQL databases, enabling AI Agents to retrieve database metadata and execute SQL operations.
@yangkyeongmo/mcp-server-openmetadata
A Model Context Protocol (MCP) server implementation for OpenMetadata
mcp-server-weaviate
MCP (Model Context Protocol) server for Weaviate
mcp-snowflake-reader
A read-only MCP server providing secure access to Snowflake databases via MCP protocol
mcp-server-duckdb
A Model Context Protocol (MCP) server for DuckDB enabling database interactions like querying, table creation, and schema inspection.