Supabase MCP Server
Manage Supabase projects and organizations via the Supabase Management API.
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"
}
}
}
}
Related Servers
Weather Alerts
Provides real-time weather alerts for US states using the National Weather Service API.
Marvel MCP Server
Interact with the Marvel Developer API to access data on characters and comics.
HubSpot MCP Server by CData
A read-only MCP server for querying live HubSpot data, powered by CData.
Remote MCP Server on Cloudflare
A self-hostable MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for storage.
CData YouTube Analytics
An MCP server for accessing YouTube Analytics data, powered by the CData JDBC Driver.
Aiven
Manage Aiven cloud services like Kafka, PostgreSQL, and Redis via its API.
Rootly
Manage incidents on Rootly using your own API tokens via a Cloudflare Worker.
Illumio MCP Server
Interact with the Illumio Policy Compute Engine (PCE) to manage workloads, labels, and analyze traffic flows.
NASA MCP Server
An MCP server for interacting with various NASA APIs and data sources. Requires a NASA API key.
Ramp
Retrieve and analyze data or run tasks for Ramp using its Developer API.