Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. Supabase MCP Server
Supabase MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:49:44 PM

Supabase MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository52 GitHub StarsTotal stargazers on GitHub for the source repository (52 stars).
supabasecloud-platformsproject-managementmcp

Manage Supabase projects and organizations through the Supabase Management API using MCP-compatible clients.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "joshuarileydev-supabase-mcp-server": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/supabase-mcp-server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

The joshuarileydev/supabase-mcp-server MCP server exposes Supabase Management API operations through MCP. It lets compatible AI clients list, inspect, create, and delete Supabase projects, retrieve project API keys, and manage organizations. The server uses a Supabase API key supplied through an environment variable. Reach for it when an agent needs to perform administrative Supabase tasks rather than query application data directly.

Use cases

โ€ขList Supabase projects available to an organization
โ€ขCreate a Supabase project through an AI client
โ€ขInspect Supabase project or organization details
โ€ขRetrieve API keys for a Supabase project
โ€ขCreate or delete Supabase management resources

Key features

โ€ขList and inspect Supabase projects
โ€ขCreate and delete Supabase projects
โ€ขRetrieve project API keys
โ€ขList and inspect organizations
โ€ขCreate Supabase organizations
โ€ขAuthenticate with SUPABASE_API_KEY

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Supabase MCP Server.

Extracted Tool Capabilities
List and inspect Supabase projects
Create and delete Supabase projects
Retrieve project API keys
List and inspect organizations
Create Supabase organizations
Authenticate with SUPABASE_API_KEY

How Supabase MCP Server works

What joshuarileydev/supabase-mcp-server MCP server does

The joshuarileydev/supabase-mcp-server MCP server gives MCP clients programmatic access to selected Supabase Management API operations. Its scope is administrative management of Supabase projects and organizations, not general database querying or application-level data access.

For projects, the server supports listing available projects, retrieving details for a project, creating a project, deleting a project, and obtaining project API keys. For organizations, it supports listing organizations, viewing organization details, and creating new organizations.

This makes the server relevant for workflows where an AI client needs to inspect or change Supabase account resources. It can also provide project credentials through the project API-key operation, so client access and credential-handling policies should be considered before enabling it.

How it works

The server presents Supabase Management API functions through the Model Context Protocol. An MCP-compatible client starts the server as a local process, and the process authenticates requests with the SUPABASE_API_KEY environment variable.

The README describes Claude configuration using an MCP server entry named supabase. The client launches the package with npx, while the API key is provided in the entry's environment configuration. Once connected, the AI client can invoke the supported project and organization management operations through the MCP interface.

The joshuarileydev/supabase-mcp-server MCP server therefore depends on both a compatible MCP client and a Supabase API key. The supplied material does not document required Supabase account roles, API endpoint overrides, transport alternatives, or detailed request parameters.

Setup and configuration

Install or run the package from an MCP client's server configuration. The documented setup uses the npm package @joshuarileydev/supabase-mcp-server and the npx runner. Configure the server process with:

  • SUPABASE_API_KEY: the Supabase API key used to access the Management API.

The README shows Claude Desktop as the configuration target. The example uses a JSON object under mcpServers, with command set to npx, the package passed as an argument, and the API key supplied under env.

Use a valid key in place of the example value and protect the configuration because the server can perform mutating operations, including project deletion and organization creation. No additional environment variables or configuration files are described in the provided material.

Tools and capabilities

Supported capability groups are:

  • List, inspect, create, and delete Supabase projects.
  • Retrieve API keys for Supabase projects.
  • List and inspect Supabase organizations.
  • Create Supabase organizations.

The joshuarileydev/supabase-mcp-server MCP server is focused on these Management API actions. The material does not identify individual MCP tool names, filtering options, pagination behavior, project-region controls, or organization-membership operations.

Limitations and notes

The documented feature set covers Supabase projects and organizations only. It does not state that the server can run SQL, read or write tables, manage authentication users, configure storage, or deploy application code. Those capabilities should not be assumed from the Supabase branding alone.

The README requires an API key but does not specify its permission scope, rotation process, or whether different keys are supported. It also does not provide a license, hosted endpoint, pricing information, troubleshooting guidance, or compatibility details for clients other than Claude Desktop.

Because the server can create and delete resources, use an API key with permissions appropriate to the intended automation and review destructive actions before allowing an agent to invoke them.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Supabase MCP logoSupabase MCP

    Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs Supabase MCP โ†’
  • Influxdb MCP Server logoInfluxdb MCP Server

    Run queries against InfluxDB OSS API v2.

    ๐Ÿ—„๏ธ Databases2 views
    Compare vs Influxdb MCP Server โ†’
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs MCP Server Mysql โ†’
  • Supabase MCP Server logoSupabase MCP Server

    Supabase MCP Server with support for SQL query execution and database exploration tools

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs Supabase MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
52
Stargazers on the source repository.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Supabase MCP Server

Add an MCP server entry that runs `npx` with `@joshuarileydev/supabase-mcp-server`, and provide `SUPABASE_API_KEY` in the environment configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSupabase MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/joshuarileydev-supabase-mcp-server?style=directory)](https://allmcps.com/mcp/joshuarileydev-supabase-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/joshuarileydev-supabase-mcp-server"><img src="https://allmcps.com/api/badge/joshuarileydev-supabase-mcp-server?style=directory" alt="Supabase MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars52
GitHub Star CountTotal stargazers on GitHub representing community popularity (52 stars).
41Quality signal: Fair ยท 41/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท @joshuarileydev/supabase-mcp-server (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to Supabase MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code