Get a week free of Claude Code →
🗄️

Supabase

MCP server for interacting with the Supabase platform

Database stdio npm npmstdioremote
RUN IN TERMINAL
claude mcp add comsupabase-mcp -- npx -y @supabase/mcp-server-supabase
ADD TO claude_desktop_config.json
{ "mcpServers": { "comsupabase-mcp": { "command": "npx", "args": ["-y", "@supabase/mcp-server-supabase"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "comsupabase-mcp": { "command": "npx", "args": ["-y", "@supabase/mcp-server-supabase"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "comsupabase-mcp": { "command": "npx", "args": ["-y", "@supabase/mcp-server-supabase"] } } }

About This MCP Server

MCP server for interacting with the Supabase platform. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with database capabilities via the stdio transport.

Package

@supabase/mcp-server-supabase on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The Supabase server extends your AI assistant with database capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/comsupabase-mcp.svg)](https://skillsplayground.com/mcps/comsupabase-mcp/)
SHARE
Share on X

Related MCP Servers