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
  • 78+ 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
4083
Tools
78
Last Updated
12h ago

Category

Developer Tools & DevOps

4083VIEWS
33USERS

Tools

Page 1 of 13

Execute Project Database Query

Executes a given sql query against the project's database; use for advanced data operations or when standard api endpoints are insufficient, ensuring queries are valid postgresql and sanitized.

Create An Organization

Creates a new supabase organization, which serves as a top-level container for projects, billing, and team access.

Create New Project

Creates a new supabase project, requiring a unique name (no dots) within the organization; project creation is asynchronous.

List All Organizations

Lists all organizations (id and name only) associated with the supabase account, excluding project details within these organizations.

List All Projects

Retrieves a list of all supabase projects, including their id, name, region, and status, for the authenticated user.

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.