HomeMarketplace

Supabase MCP Integration - AI Agent Tools

Connect Supabase with AI agents using Model Context Protocol (MCP). Seamlessly integrate Supabase tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.

Features

  • Easy MCP setup with one command
  • Compatible with Claude, Cursor, Windsurf
  • 79+ available tools and actions
  • Built-in authentication and security
  • Real-time synchronization
  • No coding required

Category

Developer Tools & DevOps tools for AI automation

Setup Instructions

Install Supabase MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Supabase with your AI agent.

Benefits

  • Automate Supabase workflows with AI
  • Increase productivity with AI-powered Supabase operations
  • Seamless integration with popular AI platforms
  • Enterprise-grade security and reliability
  • 24/7 support and documentation

Related Integrations

Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.

Supabase
Supabase

Supabase is an open-source backend-as-a-service providing a Postgres database, authentication, storage, and real-time subscription APIs for building modern applications

VerifiedComposioComposio Managed
Users
11173
Tools
79
Last Updated
12h ago

Category

Developer Tools & DevOps

11173VIEWS
33USERS

Tools

Page 1 of 14

Create Project Api Key

Creates a 'publishable' or 'secret' api key for an existing supabase project, optionally with a description; 'secret' keys can have customized jwt templates.

Delete An Api Key From The Project

Permanently deletes a specific api key (identified by `id`) from a supabase project (identified by `ref`), revoking its access.

Get A Third-party Integration

Retrieves the detailed configuration for a specific third-party authentication (tpa) provider, identified by `tpa id`, within an existing supabase project specified by `ref`.

List Third-party Auth Integrations For Project

Lists all configured third-party authentication provider integrations for an existing supabase project (using its `ref`), suitable for read-only auditing or verifying current authentication settings.

Delete Third Party Auth Config

Removes a third-party authentication provider (e.g., google, github) from a supabase project's configuration; this immediately prevents users from logging in via that method.

Update An Api Key For The Project

Updates an existing supabase project api key's `description` and/or `secret jwt template` (which defines its `role`); does not regenerate the key string.