Google PageRank for AI agents. 25,000+ tools indexed.

Supabase MCP Server by JoshuaRileyDev

#5140 of 5463 by JoshuaRileyDev
20 score

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.

Ranked #5140 out of 5463 indexed tools.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 127
Freshness 1y ago
Issue Health 0%
Stars 50
Platform Breadth 1 platform
Contributors 1
Description Detailed

How to Improve

Freshness high impact

Last commit was 479 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 1 open vs 0 closed issues — triaging stale issues improves health

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge

AgentRank score for Supabase MCP Server by JoshuaRileyDev
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-JoshuaRileyDev--supabase-mcp-server)](https://agentrank-ai.com/skill/glama-JoshuaRileyDev--supabase-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-JoshuaRileyDev--supabase-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-JoshuaRileyDev--supabase-mcp-server" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# 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"
      }
    }
  }
}
```
Read full README on GitHub →