Home › Databases & Data › Supabase
Supabase
MCP server for interacting with the Supabase platform
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.supabase.com/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mcp https://mcp.supabase.com/mcp
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"url": "https://mcp.supabase.com/mcp"
}
}
}
Package (npm 0.13.0)
npx -y @supabase/mcp-server-supabase@0.13.0
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@0.13.0"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<YOUR_VALUE>"
}
}
}
}
SUPABASE_ACCESS_TOKENrequired secret — Personal access token for Supabase API
This server takes extra arguments — see its repository.
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
mysql_mcp_server
MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry