Supabase MCP Server

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides programmatic access to the Supabase Management API, allowing AI models and other clients to manage Supabase projects and organizations. Capabilities include listing, creating and deleting projects, retrieving project API keys, and managing organizations.

Supabase MCP 服务器

模型上下文协议 (MCP) 服务器,提供对 Supabase 管理 API 的编程访问。该服务器允许 AI 模型和其他客户端通过标准化接口管理 Supabase 项目和组织。

特征

项目管理

  • 列出所有项目
  • 获取项目详细信息
  • 创建新项目
  • 删除项目
  • 检索项目 API 密钥

组织管理

  • 列出所有组织
  • 获取组织详细信息
  • 创建新组织

安装

将以下内容添加到您的 Claude Config JSON 文件中

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

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

模型上下文协议 (MCP) 服务器,提供对 Supabase 管理 API 的编程访问。该服务器允许 AI 模型和其他客户端通过标准化接口管理 Supabase 项目和组织。

  1. Features
    1. Project Management
    2. Organization Management
  2. Installation
    ID: e994hfjjxc