su

supabase-mcp-server

Supabase MCP Server for managing and creating projects and organisations in Supabase

Publishersupabase-mcp-server
Submitted date4/13/2025

Unlocking AI Potential: The Supabase MCP Server for Seamless Project and Organization Management

The Supabase MCP (Model Context Protocol) Server empowers AI applications with programmatic access to the Supabase Management API, enabling seamless integration and control over your Supabase projects and organizations. This standardized interface unlocks a new level of automation and intelligence for AI-driven workflows.

Key Capabilities

  • Project Lifecycle Management:
    • Effortlessly list and inspect all your Supabase projects.
    • Retrieve detailed project configurations and settings.
    • Dynamically create new projects on demand.
    • Securely delete projects when no longer needed.
    • Programmatically access project API keys for secure integrations.
  • Organization Management:
    • Gain a comprehensive view of all your Supabase organizations.
    • Retrieve detailed information about each organization.
    • Create new organizations to structure your Supabase resources.

Effortless Integration

To integrate the Supabase MCP Server, simply add the following configuration to your Claude Config JSON file:

{ "mcpServers": { "supabase": { "command": "npx", "args": [ "y", "@joshuarileydev/supabase-mcp-server" ], "env": { "SUPABASE_API_KEY": "YOUR_SUPABASE_API_KEY" } } } }

Note: Replace YOUR_SUPABASE_API_KEY with your actual Supabase API key for secure authentication.

Visit More

View All